Home | History | Annotate | Download | only in SparseCholesky

Lines Matching full:template

1 // This file is part of Eigen, a lightweight C++ template library
35 template<typename Derived>
86 template<typename Rhs>
100 template<typename Rhs>
138 template<typename Stream>
152 template<typename Rhs,typename Dest>
184 template<bool DoLDLT>
195 template<bool DoLDLT>
201 ap.template selfadjointView<Upper>() = a.template selfadjointView<UpLo>().twistedBy(m_P);
205 template<bool DoLDLT>
244 template<typename _MatrixType, int _UpLo = Lower, typename _Ordering = AMDOrdering<typename _MatrixType::Index> > class SimplicialLLT;
245 template<typename _MatrixType, int _UpLo = Lower, typename _Ordering = AMDOrdering<typename _MatrixType::Index> > class SimplicialLDLT;
246 template<typename _MatrixType, int _UpLo = Lower, typename _Ordering = AMDOrdering<typename _MatrixType::Index> > class SimplicialCholesky;
250 template<typename _MatrixType, int _UpLo, typename _Ordering> struct traits<SimplicialLLT<_MatrixType,_UpLo,_Ordering> >
264 template<typename _MatrixType,int _UpLo, typename _Ordering> struct traits<SimplicialLDLT<_MatrixType,_UpLo,_Ordering> >
278 template<typename _MatrixType, int _UpLo, typename _Ordering> struct traits<SimplicialCholesky<_MatrixType,_UpLo,_Ordering> >
305 template<typename _MatrixType, int _UpLo, typename _Ordering>
342 Base::template compute<false>(matrix);
365 Base::template factorize<false>(a);
394 template<typename _MatrixType, int _UpLo, typename _Ordering>
437 Base::template compute<true>(matrix);
460 Base::template factorize<true>(a);
476 template<typename _MatrixType, int _UpLo, typename _Ordering>
530 Base::template compute<true>(matrix);
532 Base::template compute<false>(matrix);
556 Base::template factorize<true>(a);
558 Base::template factorize<false>(a);
562 template<typename Rhs,typename Dest>
616 template<typename Derived>
624 C = a.template selfadjointView<UpLo>();
636 ap.template selfadjointView<Upper>() = a.template selfadjointView<UpLo>().twistedBy(m_P);
641 template<typename Derived, typename Rhs>
648 template<typename Dest> void evalTo(Dest& dst) const
654 template<typename Derived, typename Rhs>
661 template<typename Dest> void evalTo(Dest& dst) const