|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QRPDecomposition<T extends Matrix64F>
Similar to QRDecomposition but it can handle the rank deficient case by
performing column pivots during the decomposition.
A*P=Q*R
| Method Summary | |
|---|---|
DenseMatrix64F |
getPivotMatrix(DenseMatrix64F P)
|
int[] |
getPivots()
|
int |
getRank()
Returns the rank as determined by the algorithm. |
| Methods inherited from interface org.ejml.alg.dense.decomposition.QRDecomposition |
|---|
getQ, getR |
| Methods inherited from interface org.ejml.alg.dense.decomposition.DecompositionInterface |
|---|
decompose, inputModified |
| Method Detail |
|---|
int getRank()
int[] getPivots()
DenseMatrix64F getPivotMatrix(DenseMatrix64F P)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||