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 362 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 364 of file calculus.hpp.

364  {
365  T ret;
366  BinaryOperation<I>::fcn(x, y, ret);
367  return ret;
368  }
static void fcn(const T &x, const T &y, T &f)
Function evaluation.
Definition: calculus.hpp:353

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


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