Click or drag to resize

MatrixTAsRowArrays Method

Returns the internal row arrays of this matrix if, and only if, this matrix is stored by such arrays internally. Otherwise returns null. Changes to the returned arrays and the matrix will affect each other. Use ToRowArrays instead if you always need an independent array.

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

Return Value

T

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

See Also