|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jutil.math.matrix.DefaultSchurDecomposition
A class of schur decompositions of a matrix.
Field Summary | |
static java.lang.String |
CVS_REVISION
|
Constructor Summary | |
DefaultSchurDecomposition(Matrix R,
Matrix Q)
public behavior pre R != null; pre R.isUpperTriangular; pre Q != null; pre Q.isUnary(); post R().equals(R); post Q().equals(Q); Initialize a new DefaultSchurDecomposition with the given R and Q matrices. |
Method Summary | |
Matrix |
Q()
See superclass |
Matrix |
R()
See superclass |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String CVS_REVISION
Constructor Detail |
public DefaultSchurDecomposition(Matrix R, Matrix Q)
R
- The R matrix of the Schur decomposition.Q
- The Q matrix of the Schur decomposition.Method Detail |
public Matrix R()
R
in interface SchurDecomposition
public Matrix Q()
Q
in interface SchurDecomposition
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |