Lines Matching refs:UpLo
16 template<typename MatrixType, int UpLo> struct LLT_Traits;
67 UpLo = _UpLo enumerator
70 typedef internal::LLT_Traits<MatrixType,UpLo> Traits;
188 template<typename Scalar, int UpLo> struct llt_inplace;
411 if(internal::llt_inplace<typename MatrixType::Scalar, UpLo>::rankUpdate(m_matrix,v,sigma)>=0)
420 template<typename _MatrixType, int UpLo, typename Rhs>
421 struct solve_retval<LLT<_MatrixType, UpLo>, Rhs>
422 : solve_retval_base<LLT<_MatrixType, UpLo>, Rhs>
424 typedef LLT<_MatrixType,UpLo> LLTType;
481 template<typename MatrixType, unsigned int UpLo>
482 inline const LLT<typename SelfAdjointView<MatrixType, UpLo>::PlainObject, UpLo>
483 SelfAdjointView<MatrixType, UpLo>::llt() const
485 return LLT<PlainObject,UpLo>(m_matrix);