Click or drag to resize

MatrixMathLeftSpineJaggedArrayMatrixT(MatrixWrapperStructForLeftSpineJaggedArrayT) Constructor

Uses an already existing array for the matrix data.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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