|
Medial Code Documentation
|
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 | bind2nd_op (const second_argument_type &val) |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const result_type | operator() (const first_argument_type &a) const |
| template<typename Packet > | |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Packet | packetOp (const Packet &a) const |
Data Fields | |
| second_argument_type | m_value |