Click or drag to resize

MatrixGramSchmidt Method

Computes the QR decomposition for a matrix using Modified Gram-Schmidt Orthogonalization.

Namespace: Altaxo.Calc.LinearAlgebra.Single
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override GramSchmidt<float> GramSchmidt()

Return Value

GramSchmidtSingle
The QR decomposition object.
See Also