|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjsci.maths.linalg.QRDecomposition
public class QRDecomposition
Constructor Summary | |
---|---|
QRDecomposition(DoubleMatrix<? extends DoubleArray2D,? extends DoubleArray1D> matrix)
|
Method Summary | |
---|---|
DoubleMatrix<DoubleArray2D,DoubleArray1D> |
getQ()
|
DoubleMatrix<DoubleArray2D,DoubleArray1D> |
getR()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QRDecomposition(DoubleMatrix<? extends DoubleArray2D,? extends DoubleArray1D> matrix)
Method Detail |
---|
public DoubleMatrix<DoubleArray2D,DoubleArray1D> getQ()
public DoubleMatrix<DoubleArray2D,DoubleArray1D> getR()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |