Click or drag to resize

DoubleSchurDecomp Properties

The DoubleSchurDecomp type exposes the following members.

Properties
 NameDescription
Public propertyCols Gets the number of columns in the matrix that the decomposition represents.
Public propertyRows Gets the number of rows in the matrix that this decomposition represents.
Public propertyT Gets the matrix T, where A = Z * T * Zh
Public propertyV Gets the vector of computed eigenvalues.
Public propertyZ Gets the matrix Z, where A = Z * T * Zh
Top
See Also