![]() | FloatSchurDecomp Class |
Namespace: CenterSpace.NMath.Core
The FloatSchurDecomp type exposes the following members.
Name | Description | |
---|---|---|
![]() | FloatSchurDecomp |
Default constructor. Constructs a FloatSchurDecomp instance of size zero by zero.
|
![]() | FloatSchurDecomp(FloatMatrix) |
Constructs a FloatSchurDecomp instance of a given matrix.
|
![]() | FloatSchurDecomp(FloatMatrix, Boolean) |
Constructs a FloatSchurDecomp instance of a given matrix.
|
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
|
Name | Description | |
---|---|---|
![]() | Clone |
Creates a deep copy of this decomposition.
|
![]() | Factor |
Builds a decomposition for the matrix A.
|
AP = Schur