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

  /external/eigen/Eigen/src/Core/arch/CUDA/
Complex.h 77 template<typename T> struct scalar_quotient_op<const std::complex<T>, const std::complex<T> > : binary_op_base<const std::complex<T>, const std::complex<T> > { struct in namespace:Eigen::internal
83 EIGEN_EMPTY_STRUCT_CTOR(scalar_quotient_op)
95 template<typename T> struct scalar_quotient_op<std::complex<T>, std::complex<T> > : scalar_quotient_op<const std::complex<T>, const std::complex<T> > {}; struct in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/functors/
BinaryFunctors.h 358 struct scalar_quotient_op : binary_op_base<LhsScalar,RhsScalar> struct in namespace:Eigen::internal
360 typedef typename ScalarBinaryOpTraits<LhsScalar,RhsScalar,scalar_quotient_op>::ReturnType result_type;
362 EIGEN_EMPTY_STRUCT_CTOR(scalar_quotient_op)
364 scalar_quotient_op() {
374 struct functor_traits<scalar_quotient_op<LhsScalar,RhsScalar> > {
375 typedef typename scalar_quotient_op<LhsScalar,RhsScalar>::result_type result_type;

Completed in 81 milliseconds