Click or drag to resize

MatrixTRange Method

Computes an orthonormal basis for the column space of this matrix, also known as the range or image of the corresponding matrix transformation.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual Vector<T>[] Range()

Return Value

VectorT

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

See Also