org.ujmp.ojalgo.calculation
Class QR

java.lang.Object
  extended by org.ujmp.ojalgo.calculation.QR
All Implemented Interfaces:
QR<Matrix>

public class QR
extends Object
implements QR<Matrix>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.ujmp.core.doublematrix.calculation.general.decomposition.QR
QR.QRMatrix
 
Field Summary
static QR INSTANCE
           
 
Fields inherited from interface org.ujmp.core.doublematrix.calculation.general.decomposition.QR
MATRIX, MATRIXLARGEMULTITHREADED, MATRIXLARGESINGLETHREADED, MATRIXSMALLMULTITHREADED, MATRIXSMALLSINGLETHREADED, THRESHOLD, UJMP
 
Constructor Summary
QR()
           
 
Method Summary
 Matrix[] calc(Matrix source)
           
 Matrix solve(Matrix a, Matrix b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static QR INSTANCE
Constructor Detail

QR

public QR()
Method Detail

calc

public Matrix[] calc(Matrix source)
Specified by:
calc in interface QR<Matrix>

solve

public Matrix solve(Matrix a,
                    Matrix b)
Specified by:
solve in interface QR<Matrix>


Copyright © 2010. All Rights Reserved.