Click or drag to resize

SparseCompressedRowMatrixStorageTToArray Method

Creates a rectangular array copy 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[,] ToArray()

Return Value

T
A new two-dimensional array.
See Also