Click or drag to resize

SparseCompressedRowMatrixStorageTToColumnArrays Method

Creates jagged column-array copies of the matrix data.

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

Return Value

T
A new array of column arrays.
See Also