Click or drag to resize

MatrixMathMatrixFromRowMajorLinearArrayT(MatrixWrapperStructForRowMajorOrderLinearArrayT) 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 MatrixFromRowMajorLinearArray(
	MatrixWrapperStructForRowMajorOrderLinearArray<T> wrapper
)

Parameters

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