Constructs an DoubleSymPDBandFact instance by factoring the given matrix.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleSymPDBandFact( DoubleSymBandMatrix A ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ A As DoubleSymBandMatrix _ ) |
| Visual C++ |
|---|
public: DoubleSymPDBandFact( DoubleSymBandMatrix^ A ) |
Parameters
- A
- Type: CenterSpace.NMath.Matrix..::.DoubleSymBandMatrix
The matrix to factor. The matrix is assumed to be positive definite.
Exceptions
| Exception | Condition |
|---|---|
| CenterSpace.NMath.Core..::.MatrixNotSquareException | Thrown if the matrix is not square. |