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.3179.0 (4.8.3179.0)
Syntax
C#
public T[][] ToRowArrays()

Return Value

T

[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.Matrix`1.ToRowArrays"]

See Also