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

/external/eigen/Eigen/src/Core/
H A DDiagonal.h201 inline typename MatrixBase<Derived>::template ConstDiagonalIndexReturnType<DynamicIndex>::Type
204 return typename ConstDiagonalIndexReturnType<DynamicIndex>::Type(derived(), index);
229 inline typename MatrixBase<Derived>::template ConstDiagonalIndexReturnType<Index>::Type
H A DMatrixBase.h222 template<int Index> struct ConstDiagonalIndexReturnType { typedef const Diagonal<const Derived,Index> Type; }; struct in class:Eigen::MatrixBase
225 template<int Index> typename ConstDiagonalIndexReturnType<Index>::Type diagonal() const;
231 typename MatrixBase::template ConstDiagonalIndexReturnType<DynamicIndex>::Type diagonal(Index index) const;
234 typename ConstDiagonalIndexReturnType<DynamicIndex>::Type diagonal(Index index) const;

Completed in 263 milliseconds