Constructs a FloatHermitianPDFact instance by factoring the given matrix.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public FloatHermitianPDFact(
	FloatHermitianMatrix A
)
Visual Basic (Declaration)
Public Sub New ( _
	A As FloatHermitianMatrix _
)
Visual C++
public:
FloatHermitianPDFact(
	FloatHermitianMatrix^ A
)

Parameters

A
Type: CenterSpace.NMath.Matrix..::.FloatHermitianMatrix
The matrix to factor. The matrix is assumed to be positive definite.

Remarks

Only the main diagonal and first subdiagonal of the matrix A are referenced. The superdiagonal of A is ignored.

See Also