Searched refs:ConstTriangularViewReturnType (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DMatrixBase.h249 template<unsigned int Mode> struct ConstTriangularViewReturnType { typedef const TriangularView<const Derived, Mode> Type; }; struct in class:Eigen::MatrixBase
252 template<unsigned int Mode> typename ConstTriangularViewReturnType<Mode>::Type triangularView() const;
H A DTriangularMatrix.h770 typename MatrixBase<Derived>::template ConstTriangularViewReturnType<Mode>::Type

Completed in 326 milliseconds