Click or drag to resize

MatrixMathMatrixFromColumnMajorLinearArrayT(MatrixWrapperStructForColumnMajorOrderLinearArrayT) Constructor

Initializes a new instance of the MatrixMathMatrixFromColumnMajorLinearArrayT class.

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

Parameters

wrapper  MatrixWrapperStructForColumnMajorOrderLinearArrayT
Wrapper that wraps a linear array in column major order and provides the number of rows and columns.
See Also