Searched refs:ConstSelfAdjointViewReturnType (Results 1 - 2 of 2) 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;
H A DSelfAdjointView.h298 typename MatrixBase<Derived>::template ConstSelfAdjointViewReturnType<UpLo>::Type

Completed in 401 milliseconds