Click or drag to resize

LMatrix Constructor

Overload List
 NameDescription
Public methodLMatrix(DVector)Creates a diagonal matrix given its diagonal.
Public methodLMatrix(Int32)Creates an empty square matrix.
Public methodLMatrix(Int32, NormalRandom)Creates a squared matrix with a standard normal distribution.
Public methodLMatrix(Int32, Int32)Creates an empty rectangular matrix.
Public methodLMatrix(Int32, Random) Creates a square lower matrix filled with a uniform distribution generator.
Public methodLMatrix(Int32, Int32, NormalRandom) Creates a matrix filled with a standard normal distribution.
Public methodLMatrix(Int32, Int32, Double) Creates a matrix with a given number of rows and columns, and its internal array.
Public methodLMatrix(Int32, Int32, Random) Creates a matrix filled with a uniform distribution generator.
Public methodLMatrix(Int32, Random, Double, Double)Creates a square matrix filled with a uniform distribution generator.
Public methodLMatrix(Int32, Int32, Random, Double, Double)Creates a matrix filled with a uniform distribution generator.
Top
See Also