Click or drag to resize

MatrixMathTopSpineJaggedArrayMatrixT Constructor

Overload List
 NameDescription
Public methodMatrixMathTopSpineJaggedArrayMatrixT(MatrixWrapperStructForTopSpineJaggedArrayT) Constructs an top spine jagged array matrix from a wrapper. The data is not copied, but used directly.
Public methodMatrixMathTopSpineJaggedArrayMatrixT(T) Constructs an RE matrix from an array of double vectors. Attention! The double vectors (the second) dimensions are here the columns (!) of the matrix. The data is not copied.
Public methodMatrixMathTopSpineJaggedArrayMatrixT(Int32, Int32) Sets up an empty matrix with dimension(row,cols).
Top
See Also