Package me.yixqiao.jlearn.matrix
Contains the Matrix class.
-
Class Summary Class Description Matrix Matrix class and operations.Matrix.Init Initialization methods for Matrix.Matrix.Init.Empty Init all with 0s.Matrix.Init.Fill Init all with a number.Matrix.Init.Gaussian Generate random numbers from the gaussian distribution to fill the matrix.Matrix.Init.Uniform Generate a uniform range of random numbers to fill the matrix.