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

  /external/eigen/Eigen/src/Core/
DenseCoeffsBase.h 56 >::type PacketReturnType;
208 EIGEN_STRONG_INLINE PacketReturnType packet(Index row, Index col) const
218 EIGEN_STRONG_INLINE PacketReturnType packetByOuterInner(Index outer, Index inner) const
235 EIGEN_STRONG_INLINE PacketReturnType packet(Index index) const
Diagonal.h 154 template<int LoadMode> typename MatrixType::PacketReturnType packet(Index) const;
155 template<int LoadMode> typename MatrixType::PacketReturnType packet(Index,Index) const;
  /external/eigen/Eigen/src/SparseCore/
SparseMatrixBase.h 36 >::type PacketReturnType;

Completed in 60 milliseconds