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;
194 template<typename Scalar, int UpLo> struct llt_inplace;
419 if(internal::llt_inplace<typename MatrixType::Scalar, UpLo>::rankUpdate(m_matrix,v,sigma)>=0)
428 template<typename _MatrixType, int UpLo, typename Rhs>
429 struct solve_retval<LLT<_MatrixType, UpLo>, Rhs>
430 : solve_retval_base<LLT<_MatrixType, UpLo>, Rhs>
432 typedef LLT<_MatrixType,UpLo> LLTType;
489 template<typename MatrixType, unsigned int UpLo>
490 inline const LLT<typename SelfAdjointView<MatrixType, UpLo>::PlainObject, UpLo>
491 SelfAdjointView<MatrixType, UpLo>::llt() const
493 return LLT<PlainObject,UpLo>(m_matrix);