Class 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 Detail

      • QR

        public QR​(org.apache.commons.math.linear.QRDecomposition qr)
    • Method Detail

      • getQ

        public RealMatrix getQ()
        Specified by:
        getQ in interface QR<java.lang.Double>
      • getR

        public RealMatrix getR()
        Specified by:
        getR in interface QR<java.lang.Double>
      • getQT

        public RealMatrix getQT()
        Specified by:
        getQT in interface QR<java.lang.Double>
      • getH

        public RealMatrix getH()
        Specified by:
        getH in interface QR<java.lang.Double>