Constructs an FloatSymPDBandFact instance by factoring the given matrix.

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

Syntax

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

Parameters

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

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.MatrixNotSquareExceptionThrown if the matrix is not square.

See Also