|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface QR<N extends Number>
Decomposes [this] into [Q] and [R] where:
| Method Summary | |
|---|---|
MatrixStore<N> |
getQ()
|
MatrixStore<N> |
getR()
|
int |
getRank()
|
boolean |
isFullRank()
The QR decompostion always exists, even if the matrix does not have full rank, so the compute method will never fail. |
| Methods inherited from interface org.ojalgo.matrix.decomposition.MatrixDecomposition |
|---|
compute, equals, equals, getInverse, invert, isComputed, isFullSize, isSolvable, reset, solve, solve |
| Method Detail |
|---|
MatrixStore<N> getQ()
MatrixStore<N> getR()
int getRank()
boolean isFullRank()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||