Searched defs:ConstSelfAdjointViewReturnType (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DMatrixBase.h255 template<unsigned int UpLo> struct ConstSelfAdjointViewReturnType { typedef const SelfAdjointView<const Derived, UpLo> Type; }; struct in class:Eigen::MatrixBase
258 template<unsigned int UpLo> typename ConstSelfAdjointViewReturnType<UpLo>::Type selfadjointView() const;

Completed in 75 milliseconds