Lines Matching refs:UpLo
41 enum { UpLo = internal::traits<Derived>::UpLo }; enumerator
201 ap.template selfadjointView<Upper>() = a.template selfadjointView<UpLo>().twistedBy(m_P); in factorize()
254 enum { UpLo = _UpLo };
268 enum { UpLo = _UpLo };
282 enum { UpLo = _UpLo };
310 enum { UpLo = _UpLo };
399 enum { UpLo = _UpLo };
481 enum { UpLo = _UpLo };
489 typedef internal::traits<SimplicialLDLT<MatrixType,UpLo> > LDLTTraits;
490 typedef internal::traits<SimplicialLLT<MatrixType,UpLo> > LLTTraits;
624 C = a.template selfadjointView<UpLo>();
636 ap.template selfadjointView<Upper>() = a.template selfadjointView<UpLo>().twistedBy(m_P);