org.ujmp.ojalgo.calculation
Class QR
java.lang.Object
org.ujmp.ojalgo.calculation.QR
- All Implemented Interfaces:
- QR<Matrix>
public class QR
- extends Object
- implements QR<Matrix>
Nested classes/interfaces inherited from interface org.ujmp.core.doublematrix.calculation.general.decomposition.QR |
QR.QRMatrix |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static QR INSTANCE
QR
public QR()
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.