Click or drag to resize

MatrixTToRowArrays Method

Returns this matrix as array of row 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[][] ToRowArrays()

Return Value

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