RMatrix Constructor

Overload List

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

See Also