LMatrix Constructor

Overload List

LMatrix(DVector)Creates a diagonal matrix given its diagonal.
LMatrix(Int32)Creates an empty square matrix.
LMatrix(Int32, NormalRandom)Creates a squared matrix with a standard normal distribution.
LMatrix(Int32, Int32)Creates an empty rectangular matrix.
LMatrix(Int32, Random) Creates a square lower matrix filled with a uniform distribution generator.
LMatrix(Int32, Int32, NormalRandom) Creates a matrix filled with a standard normal distribution.
LMatrix(Int32, Int32, Double) Creates a matrix with a given number of rows and columns, and its internal array.
LMatrix(Int32, Int32, Random) Creates a matrix filled with a uniform distribution generator.
LMatrix(Int32, Random, Double, Double)Creates a square matrix filled with a uniform distribution generator.
LMatrix(Int32, Int32, Random, Double, Double)Creates a matrix filled with a uniform distribution generator.

See Also