Click or drag to resize

FloatComplexEigDecomp Properties

The FloatComplexEigDecomp type exposes the following members.

Properties
 NameDescription
Public propertyCols Gets the number of columns in the decomposed matrix.
Public propertyEigenValues Gets the computed eigenvalues.
Public propertyIsGood Returns true if the all the eigenvalues and eigenvectors were successfully computed; otherwise, false.
Public propertyLeftEigenVectors Gets the matrix of left eigenvectors.
Public propertyNumberOfEigenValues Gets the number of eigenvalues computed.
Public propertyNumberOfLeftEigenVectors Gets the number of left eigenvectors.
Public propertyNumberOfRightEigenVectors Gets the number of right eigenvectors.
Public propertyRightEigenVectors Gets the matrix of right eigenvectors.
Public propertyRows Gets the number of rows in the decomposed matrix.
Top
See Also