 | DoubleComplexLUFact Constructor |
Constructs a DoubleComplexLUFact instance by factoring the given matrix.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleComplexLUFact(
DoubleComplexMatrix A
)
Public Sub New (
A As DoubleComplexMatrix
)
public:
DoubleComplexLUFact(
DoubleComplexMatrix^ A
)
new :
A : DoubleComplexMatrix -> DoubleComplexLUFact
Parameters
- A DoubleComplexMatrix
- The matrix to factor.
See Also