|  | Float | 
The FloatComplexSchurDecomp type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Cols | Gets the number of columns in the matrix that the decomposition represents. | 
|  | Rows | Gets the number of rows in the matrix that this decomposition represents. | 
|  | T | Gets the matrix T, where A = Z * T * Zh | 
|  | V | Gets the vector of computed eigenvalues. | 
|  | Z | Gets the matrix Z, where A = Z * T * Zh | 
 See Also
See Also