|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.jutil.math.matrix.AbstractSolver
|
+--org.jutil.math.matrix.QRLeastSquaresSolver
A class of objects that solve least squares problems using its QR decomposition.
| Field Summary | |
static java.lang.String |
CVS_REVISION
|
| Constructor Summary | |
QRLeastSquaresSolver(QRDecomposer decomposer)
Initialize a new QRLeastSquaresSolver with the given QRDecomposer. |
|
| Method Summary | |
QRDecomposer |
getDecomposer()
Return the QRDecomposer of this QRLeastSquaresSolver. |
Column |
solve(Matrix A,
Column b)
see superclass |
| Methods inherited from class org.jutil.math.matrix.AbstractSolver |
backSubstitute, forwardSubstitute |
| 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 QRLeastSquaresSolver(QRDecomposer decomposer)
decomposer - The QRDecomposer to be used by this QRLeastSquaresSolver.| Method Detail |
public QRDecomposer getDecomposer()
public Column solve(Matrix A,
Column b)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||