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

  /external/eigen/Eigen/src/Core/
Diagonal.h 220 inline typename MatrixBase<Derived>::template DiagonalIndexReturnType<Index>::Type
MatrixBase.h 221 template<int Index> struct DiagonalIndexReturnType { typedef Diagonal<Derived,Index> Type; };
224 template<int Index> typename DiagonalIndexReturnType<Index>::Type diagonal();

Completed in 680 milliseconds