 | DoubleEigDecomp Constructor (DoubleMatrix) |
Construct a DoubleEigDecomp instance for the given matrix.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic DoubleEigDecomp(
DoubleMatrix A
)
Public Sub New (
A As DoubleMatrix
)
public:
DoubleEigDecomp(
DoubleMatrix^ A
)
new :
A : DoubleMatrix -> DoubleEigDecomp
Parameters
- A
- Type: CenterSpace.NMath.CoreDoubleMatrix
A square matrix.
Exceptions
RemarksAll eigenvalues and right and left eigenvectors are computed after
preliminary balancing.
See Also