 | DoubleComplexSchurDecompFactor Method |
Builds a decomposition for the matrix A.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxpublic void Factor(
DoubleComplexMatrix A
)
Public Sub Factor (
A As DoubleComplexMatrix
)
public:
void Factor(
DoubleComplexMatrix^ A
)
member Factor :
A : DoubleComplexMatrix -> unit
Parameters
- A
- Type: CenterSpace.NMath.CoreDoubleComplexMatrix
A matrix.
Exceptions
See Also