Click or drag to resize

Matrix Constructor

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