Documentation of 'mikera.matrixx.decompose.impl.qr.QRResult' Java class
QRResult
mikera.matrixx.decompose.impl.qr

Class QRResult

  • All Implemented Interfaces:
    IQRResult


    public class QRResult
    extends java.lang.Object
    implements IQRResult
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      AMatrix getQ()
      Returns the Q matrix from the decomposition.
      AMatrix getR()
      Returns the R matrix from the decomposition.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getQ

        public AMatrix getQ()
        Description copied from interface: IQRResult

        Returns the Q matrix from the decomposition.

        Specified by:
        getQ in interface IQRResult
        Returns:
        The Q matrix.
      • getR

        public AMatrix getR()
        Description copied from interface: IQRResult

        Returns the R matrix from the decomposition.

        Specified by:
        getR in interface IQRResult
        Returns:
        The R matrix.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.