Package jisa.maths.matrices
Class RealMatrix.QR
- java.lang.Object
-
- jisa.maths.matrices.RealMatrix.QR
-
- All Implemented Interfaces:
QR<java.lang.Double>
- Enclosing class:
- RealMatrix
public static class RealMatrix.QR extends java.lang.Object implements QR<java.lang.Double>
-
-
Constructor Summary
Constructors Constructor Description QR(org.apache.commons.math.linear.QRDecomposition qr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RealMatrix
getH()
RealMatrix
getQ()
RealMatrix
getQT()
RealMatrix
getR()
-
-
-
Method Detail
-
getQ
public RealMatrix getQ()
-
getR
public RealMatrix getR()
-
getQT
public RealMatrix getQT()
-
getH
public RealMatrix getH()
-
-