List of all members | Static Public Member Functions
casadi::BinaryOperationE< I > Struct Template Reference

#include <calculus.hpp>

Detailed Description

template<casadi_int I>
struct casadi::BinaryOperationE< I >

Definition at line 356 of file calculus.hpp.

Static Public Member Functions

template<typename T >
static T fcn (const T &x, const T &y)
 Function evaluation. More...
 

Member Function Documentation

◆ fcn()

template<casadi_int I>
template<typename T >
static T casadi::BinaryOperationE< I >::fcn ( const T &  x,
const T &  y 
)
inlinestatic

Definition at line 358 of file calculus.hpp.

358  {
359  T ret;
360  BinaryOperation<I>::fcn(x, y, ret);
361  return ret;
362  }
static void fcn(const T &x, const T &y, T &f)
Function evaluation.
Definition: calculus.hpp:347

References casadi::BinaryOperation< I >::fcn(), and casadi::T.


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