Construct a DoubleComplexEigDecomp instance for the given matrix.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleComplexEigDecomp( DoubleComplexMatrix A ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ A As DoubleComplexMatrix _ ) |
| Visual C++ |
|---|
public: DoubleComplexEigDecomp( DoubleComplexMatrix^ A ) |
Parameters
- A
- Type: CenterSpace.NMath.Core..::.DoubleComplexMatrix
A square matrix.
Remarks
All eigenvalues and right and left eigenvectors are computed after
preliminary balancing.
Exceptions
| Exception | Condition |
|---|---|
| CenterSpace.NMath.Core..::.MatrixNotSquareException | Thrown if the matrix A is not square. |