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/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
flags.py 20 QR = 0x8000
33 'QR' : QR,

Completed in 932 milliseconds