|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jutil.math.matrix.HouseholderQRDecomposer
A class of objects that compute the QR factorization of a matrix using the Householder Algorithm.
Field Summary | |
static java.lang.String |
CVS_REVISION
|
Constructor Summary | |
HouseholderQRDecomposer()
|
Method Summary | |
QRDecomposition |
decompose(Matrix matrix)
The decomposition is done using the Householder algorithm. |
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 HouseholderQRDecomposer()
Method Detail |
public QRDecomposition decompose(Matrix matrix)
The decomposition is done using the Householder algorithm.
The algorithmic complexity is O(2mn^2 - (2/3)n^3).
decompose
in interface QRDecomposer
org.jutil.math.matrix.QRDecomposer
matrix
- The matrix to decompose.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |