Click or drag to resize

FloatHermitianEigDecomp Properties

The FloatHermitianEigDecomp 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 propertyEigenVectors Gets the matrix of eigenvectors.
Public propertyIsGood Returns true if all the eigenvalues and eigenvectors were successfully computed; otherwise, false.
Public propertyNumberOfEigenValues Gets the number of eigenvalues computed.
Public propertyNumberOfEigenVectors Gets the number of eigenvectors computed.
Public propertyRows Gets the number of rows in the decomposed matrix.
Top
See Also