Click or drag to resize

MatrixTToColumnArrays Method

Returns this matrix as array of column arrays. The returned arrays will be independent from this matrix. A new memory block will be allocated for the arrays.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public T[][] ToColumnArrays()

Return Value

T

[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.Matrix`1.ToColumnArrays"]

See Also