CADability dotNET
Gets the Householder vectors.

Namespace: CADability.LinearAlgebra
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public Matrix H { get; }
Visual Basic
Public ReadOnly Property H As Matrix
	Get
Visual C++
public:
property Matrix^ H {
	Matrix^ get ();
}

Return Value

Lower trapezoidal matrix whose columns define the reflections.

See Also