Click or drag to resize

MatrixMathToMatrix Method

Overload List
 NameDescription
Public methodStatic memberToMatrixT(MatrixWrapperStructForColumnMajorOrderLinearArrayT) Wraps a linear array (column major order) into a read-write matrix. The array is packed in column major order, i.e. the first elements belong to the first column of the matrix.
Public methodStatic memberToMatrixT(MatrixWrapperStructForLeftSpineJaggedArrayT) 
Public methodStatic memberToMatrixT(MatrixWrapperStructForTopSpineJaggedArrayT) 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 Extension MethodToMatrixT(T) 
Top
See Also