Computes an eigenvalue decomposition for the given square matrix.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleComplexEigDecomp Factor( DoubleComplexMatrix A ) |
| Visual Basic (Declaration) |
|---|
Public Function Factor ( _ A As DoubleComplexMatrix _ ) As DoubleComplexEigDecomp |
| Visual C++ |
|---|
public: DoubleComplexEigDecomp^ Factor( DoubleComplexMatrix^ A ) |
Parameters
- A
- Type: CenterSpace.NMath.Core..::.DoubleComplexMatrix
A square matrix.
Return Value
An eigenvalue decomposition computed according to the settings of this server.
Exceptions
| Exception | Condition |
|---|---|
| CenterSpace.NMath.Core..::.MatrixNotSquareException | Thrown if the matrix A is not square. |