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

  /external/eigen/unsupported/Eigen/src/SpecialFunctions/
SpecialFunctionsArrayAPI.h 27 inline const Eigen::CwiseBinaryOp<Eigen::internal::scalar_igamma_op<typename Derived::Scalar>, const Derived, const ExponentDerived>
30 return Eigen::CwiseBinaryOp<Eigen::internal::scalar_igamma_op<typename Derived::Scalar>, const Derived, const ExponentDerived>(
SpecialFunctionsFunctors.h 24 template<typename Scalar> struct scalar_igamma_op : binary_op_base<Scalar,Scalar> struct in namespace:Eigen::internal
26 EIGEN_EMPTY_STRUCT_CTOR(scalar_igamma_op)
36 struct functor_traits<scalar_igamma_op<Scalar> > {
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 216 template<typename Scalar> struct scalar_igamma_op;
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorBase.h 138 const TensorCwiseBinaryOp<internal::scalar_igamma_op<Scalar>, const Derived, const OtherDerived>
140 return binaryExpr(other.derived(), internal::scalar_igamma_op<Scalar>());
    [all...]

Completed in 3001 milliseconds