Factors the matrix A so that self represents the factorization
of A.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public void Factor( DoubleSymmetricMatrix A ) |
| Visual Basic (Declaration) |
|---|
Public Sub Factor ( _ A As DoubleSymmetricMatrix _ ) |
| Visual C++ |
|---|
public: void Factor( DoubleSymmetricMatrix^ A ) |
Parameters
- A
- Type: CenterSpace.NMath.Matrix..::.DoubleSymmetricMatrix
The matrix to factor.