Construct a FloatSymEigDecomp instance for the given symmetric matrix.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public FloatSymEigDecomp( FloatSymmetricMatrix A ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ A As FloatSymmetricMatrix _ ) |
| Visual C++ |
|---|
public: FloatSymEigDecomp( FloatSymmetricMatrix^ A ) |
Parameters
- A
- Type: CenterSpace.NMath.Matrix..::.FloatSymmetricMatrix
A symmetric matrix.
Remarks
Both eigenvalues and eigenvectors are computed.