|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A class of schur decompositions of a matrix.
Field Summary | |
static java.lang.String |
CVS_REVISION
|
Method Summary | |
Matrix |
Q()
public behavior \result != null; post \result.isUnary(); post \result.isSquare(); Return the Q matrix of this SchurDecomposition. |
Matrix |
R()
public invariant Q().getNbColumns() == R().getNbColumns(); public behavior post \result != null; post \result.isUpperTriangular(); post \result.isSquare(); Return the R matrix of this SchurDecomposition. |
Field Detail |
public static final java.lang.String CVS_REVISION
Method Detail |
public Matrix R()
public Matrix Q()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |