jsci.maths.linalg
Class QRDecomposition

java.lang.Object
  extended by jsci.maths.linalg.QRDecomposition

public class QRDecomposition
extends java.lang.Object


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

QRDecomposition

public QRDecomposition(DoubleMatrix<? extends DoubleArray2D,? extends DoubleArray1D> matrix)
Method Detail

getQ

public DoubleMatrix<DoubleArray2D,DoubleArray1D> getQ()

getR

public DoubleMatrix<DoubleArray2D,DoubleArray1D> getR()