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( FloatHermitianMatrix A ) |
| Visual Basic (Declaration) |
|---|
Public Sub Factor ( _ A As FloatHermitianMatrix _ ) |
| Visual C++ |
|---|
public: void Factor( FloatHermitianMatrix^ A ) |
Parameters
- A
- Type: CenterSpace.NMath.Matrix..::.FloatHermitianMatrix
The matrix to factor.