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.3572.0 (4.8.3572.0)
Syntax
C#
public T[][] ToColumnArrays()

Return Value

T
An array containing copies of the matrix columns.
See Also