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

  /external/eigen/Eigen/src/QR/
HouseholderQR.h 145 const MatrixType& matrixQR() const
224 template<typename MatrixQR, typename HCoeffs>
225 void householder_qr_inplace_unblocked(MatrixQR& mat, HCoeffs& hCoeffs, typename MatrixQR::Scalar* tempData = 0)
227 typedef typename MatrixQR::Index Index;
228 typedef typename MatrixQR::Scalar Scalar;
229 typedef typename MatrixQR::RealScalar RealScalar;
236 typedef Matrix<Scalar,MatrixQR::ColsAtCompileTime,1> TempType;
260 template<typename MatrixQR, typename HCoeffs,
261 typename MatrixQRScalar = typename MatrixQR::Scalar
    [all...]
ColPivHouseholderQR.h 156 const MatrixType& matrixQR() const
539 c.applyOnTheLeft(householderSequence(dec().matrixQR(), dec().hCoeffs())
FullPivHouseholderQR.h 161 const MatrixType& matrixQR() const
525 .applyHouseholderOnTheLeft(dec().matrixQR().col(k).tail(remainingSize-1),
529 dec().matrixQR()

Completed in 327 milliseconds