func< res, arg1, arg2, TMATV > 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, TMATV >::run ( arg1 &  a1,
arg2 &  a2 
)
inlinestatic
33  {
34  asm("");
35  return a1.matrix() * a2;
36  }

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