Factors the matrix A so that self represents the LU factorization
of A.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public void Factor( FloatSymBandMatrix A ) |
| Visual Basic (Declaration) |
|---|
Public Sub Factor ( _ A As FloatSymBandMatrix _ ) |
| Visual C++ |
|---|
public: void Factor( FloatSymBandMatrix^ A ) |
Parameters
- A
- Type: CenterSpace.NMath.Matrix..::.FloatSymBandMatrix
The matrix to factor.
Exceptions
| Exception | Condition |
|---|---|
| CenterSpace.NMath.Core..::.MatrixNotSquareException | Thrown if the factored matrix was not square. |