Click or drag to resize

MatrixTToArray Method

Returns this matrix as a multidimensional array. The returned array will be independent from this matrix. A new memory block will be allocated for the array.

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

Return Value

T
A multidimensional containing the values of this matrix.
See Also