HomeSort by relevance Sort by last modified time
    Searched refs:ConstSelfAdjointViewReturnType (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Core/
MatrixBase.h 252 template<unsigned int UpLo> struct ConstSelfAdjointViewReturnType { typedef const SelfAdjointView<const Derived, UpLo> Type; };
255 template<unsigned int UpLo> typename ConstSelfAdjointViewReturnType<UpLo>::Type selfadjointView() const;
SelfAdjointView.h 298 typename MatrixBase<Derived>::template ConstSelfAdjointViewReturnType<UpLo>::Type

Completed in 74 milliseconds