Matrix |
Name | Description | |
---|---|---|
![]() | MatrixMathTopSpineJaggedArrayMatrixT(MatrixWrapperStructForTopSpineJaggedArrayT) | Constructs an top spine jagged array matrix from a wrapper. The data is not copied, but used directly. |
![]() | MatrixMathTopSpineJaggedArrayMatrixT(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. |
![]() | MatrixMathTopSpineJaggedArrayMatrixT(Int32, Int32) | Sets up an empty matrix with dimension(row,cols). |