Click or drag to resize

MatrixMathTopSpineJaggedArrayMatrixT(MatrixWrapperStructForTopSpineJaggedArrayT) Constructor

Constructs an top spine jagged array matrix from a wrapper. The data is not copied, but used directly.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public TopSpineJaggedArrayMatrix(
	MatrixWrapperStructForTopSpineJaggedArray<T> wrapper
)

Parameters

wrapper  MatrixWrapperStructForTopSpineJaggedArrayT
Wrapper around a top spine jagged array.
See Also