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 163 const MatrixType& matrixQR() const
255 template<typename MatrixQR, typename HCoeffs>
256 void householder_qr_inplace_unblocked(MatrixQR& mat, HCoeffs& hCoeffs, typename MatrixQR::Scalar* tempData = 0)
258 typedef typename MatrixQR::Scalar Scalar;
259 typedef typename MatrixQR::RealScalar RealScalar;
266 typedef Matrix<Scalar,MatrixQR::ColsAtCompileTime,1> TempType;
290 template<typename MatrixQR, typename HCoeffs,
291 typename MatrixQRScalar = typename MatrixQR::Scalar,
292 bool InnerStrideIsOne = (MatrixQR::InnerStrideAtCompileTime == 1 && HCoeffs::InnerStrideAtCompileTime == 1)
    [all...]
ColPivHouseholderQR.h 189 const MatrixType& matrixQR() const
FullPivHouseholderQR.h 188 const MatrixType& matrixQR() const

Completed in 196 milliseconds