Template Struct scalar_max_op< ::casadi::Matrix< S1 >, S2 >

Inheritance Relationships

Base Type

  • public binary_op_base<::casadi::Matrix< S1 >, S2 >

Struct Documentation

template<typename S1, typename S2>
struct scalar_max_op<::casadi::Matrix<S1>, S2> : public binary_op_base<::casadi::Matrix<S1>, S2>

Public Types

typedef ::casadi::Matrix<S1> LhsScalar
typedef S2 RhsScalar
typedef ScalarBinaryOpTraits<LhsScalar, RhsScalar, scalar_max_op>::ReturnType result_type

Public Functions

inline EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const result_type operator() (const LhsScalar &a, const RhsScalar &b) const