Factors the matrix A so that self represents the UU' factorization of A.

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

Syntax

C#
public void Factor(
	FloatSymmetricMatrix A
)
Visual Basic (Declaration)
Public Sub Factor ( _
	A As FloatSymmetricMatrix _
)
Visual C++
public:
void Factor(
	FloatSymmetricMatrix^ A
)

Parameters

A
Type: CenterSpace.NMath.Matrix..::.FloatSymmetricMatrix
The matrix to factor.

See Also