compbio
Public Types | Public Member Functions | List of all members
Eigen::internal::scalar_quotient_op< LhsScalar, RhsScalar > Struct Template Reference
Inheritance diagram for Eigen::internal::scalar_quotient_op< LhsScalar, RhsScalar >:
Eigen::internal::binary_op_base< LhsScalar, RhsScalar >

Public Types

typedef ScalarBinaryOpTraits< LhsScalar, RhsScalar, scalar_quotient_op >::ReturnType result_type
 
- Public Types inherited from Eigen::internal::binary_op_base< LhsScalar, RhsScalar >
typedef LhsScalar first_argument_type
 
typedef RhsScalar second_argument_type
 

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const result_type operator() (const LhsScalar &a, const RhsScalar &b) const
 
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Packet packetOp (const Packet &a, const Packet &b) const
 

The documentation for this struct was generated from the following file: