Searched defs:packet_impl (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DDiagonalProduct.h81 return packet_impl<LoadMode>(row,col,indexInDiagonalVector,typename internal::conditional<
97 EIGEN_STRONG_INLINE PacketScalar packet_impl(Index row, Index col, Index id, internal::true_type) const function in class:Eigen::DiagonalProduct
104 EIGEN_STRONG_INLINE PacketScalar packet_impl(Index row, Index col, Index id, internal::false_type) const function in class:Eigen::DiagonalProduct

Completed in 175 milliseconds