MatrixMathLeftSpineJaggedArrayMatrixT(MatrixWrapperStructForLeftSpineJaggedArrayT) Constructor |
Uses an already existing array for the matrix data.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public LeftSpineJaggedArrayMatrix(
MatrixWrapperStructForLeftSpineJaggedArray<T> wrapper
)
Parameters
- wrapper MatrixWrapperStructForLeftSpineJaggedArrayT
- Wrapper around a left spine jagged array containing the matrix data. The data are used directly (no copy)!
See Also