|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A class of objects that compute the Schur factorization of a matrix.
| Field Summary | |
static java.lang.String |
CVS_REVISION
|
| Method Summary | |
SchurDecomposition |
decompose(Matrix matrix)
public behavior pre matrix != null; pre matrix.isSquare(); post \result != null; post (* \result.Q().times(\result.R()).equals(matrix) *); post \result.Q().getNbRows() == matrix.getNbRows(); |
| Field Detail |
public static final java.lang.String CVS_REVISION
| Method Detail |
public SchurDecomposition decompose(Matrix matrix)
Return a Schur factorization of this matrix.
matrix - The matrix to decompose.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||