HomeSort by relevance Sort by last modified time
    Searched defs:QR (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Eigen2Support/
QR.h 17 class QR : public HouseholderQR<MatrixType>
24 QR() : Base() {}
27 explicit QR(const T& t) : Base(t) {}
54 /** \return the QR decomposition of \c *this.
56 * \sa class QR
59 const QR<typename MatrixBase<Derived>::PlainObject>
60 MatrixBase<Derived>::qr() const function in class:Eigen::MatrixBase
62 return QR<PlainObject>(eval());
  /external/smack/src/org/xbill/DNS/
Flags.java 17 public static final byte QR = 0;
45 flags.add(QR, "qr");

Completed in 83 milliseconds