func< res, arg1, arg2, TMATVMAT > 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, TMATVMAT >::run ( arg1 &  a1,
arg2 &  a2 
)
inlinestatic
41  {
42  asm("");
43  return res(a1.matrix() * a2.matrix());
44  }
cout<< "Here is the matrix m:"<< endl<< m<< endl;Matrix< ptrdiff_t, 3, 1 > res
Definition: PartialRedux_count.cpp:3

References res.


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