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.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic virtual Vector<T>[] Range()
Return Value
VectorTAn orthonormal basis for the column space.
See Also