Home | History | Annotate | Download | only in SparseCholesky

Lines Matching refs:UpLo

80     enum { UpLo = internal::traits<Derived>::UpLo };
261 ap.template selfadjointView<Upper>() = a.template selfadjointView<UpLo>().twistedBy(m_P);
313 enum { UpLo = _UpLo };
326 enum { UpLo = _UpLo };
339 enum { UpLo = _UpLo };
366 enum { UpLo = _UpLo };
454 enum { UpLo = _UpLo };
536 enum { UpLo = _UpLo };
544 typedef internal::traits<SimplicialLDLT<MatrixType,UpLo> > LDLTTraits;
545 typedef internal::traits<SimplicialLLT<MatrixType,UpLo> > LLTTraits;
680 C = a.template selfadjointView<UpLo>();
693 ap.template selfadjointView<Upper>() = a.template selfadjointView<UpLo>().twistedBy(m_P);