| 
 | |||||||||
| 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.
| Specifications inherited from interface SchurDecomposition | 
| public invariant Q().getNbColumns() == R().getNbColumns(); | 
| Field Summary | |
| static java.lang.String | CVS_REVISION | 
| Constructor Summary | |
| DefaultSchurDecomposition(Matrix R,
                          Matrix 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()
public Matrix Q()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||