MatrixMathROMatrixFromRowMajorLinearArrayT(MatrixWrapperStructForRowMajorOrderLinearArrayT) Constructor |
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public ROMatrixFromRowMajorLinearArray(
MatrixWrapperStructForRowMajorOrderLinearArray<T> wrapper
)
Parameters
- wrapper MatrixWrapperStructForRowMajorOrderLinearArrayT
- Wrapper that wraps a linear array in column major order and provides the number of rows and columns.
See Also