Constructs an FloatComplexFact instance by factoring the given matrix.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public FloatComplexLUFact( FloatComplexMatrix A ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ A As FloatComplexMatrix _ ) |
| Visual C++ |
|---|
public: FloatComplexLUFact( FloatComplexMatrix^ A ) |
Parameters
- A
- Type: CenterSpace.NMath.Core..::.FloatComplexMatrix
The matrix to factor.