Click or drag to resize

MatrixMathROMatrixFromColumnMajorLinearArrayT(MatrixWrapperStructForColumnMajorOrderLinearArrayT) Constructor

Initializes a new instance of the MatrixMathROMatrixFromColumnMajorLinearArrayT class.

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