Medial Code Documentation
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Data Fields
Eigen::internal::bind1st_op< BinaryOp > Struct Template Reference
Inheritance diagram for Eigen::internal::bind1st_op< BinaryOp >:

Public Types

typedef BinaryOp::first_argument_type first_argument_type
 
typedef BinaryOp::second_argument_type second_argument_type
 
typedef BinaryOp::result_type result_type
 

Public Member Functions

EIGEN_DEVICE_FUNC bind1st_op (const first_argument_type &val)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const result_type operator() (const second_argument_type &b) const
 
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Packet packetOp (const Packet &b) const
 

Data Fields

first_argument_type m_value
 

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