Click or drag to resize

JaggedArrayMatrix Constructor

Overload List
 NameDescription
Public methodJaggedArrayMatrix(Double) Uses an already existing array for the matrix data.
Public methodJaggedArrayMatrix(Int32, Int32) Sets up an empty matrix with dimension(row,cols).
Public methodJaggedArrayMatrix(Double, Int32, Int32) Uses an already existing array for the matrix data.
Top
See Also