func< res, arg1, arg2, TV > Struct Template Reference

Static Public Member Functions

static EIGEN_DONT_INLINE res run (arg1 &a1, arg2 &a2)
 

Member Function Documentation

◆ run()

template<class res , class arg1 , class arg2 >
static EIGEN_DONT_INLINE res func< res, arg1, arg2, TV >::run ( arg1 &  a1,
arg2 &  a2 
)
inlinestatic
25  {
26  asm("");
27  return a1 * a2;
28  }

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