|
basix_doc 0.1
|
#include <operators.hpp>
Definition at line 2036 of file operators.hpp.
| static generic name | ( | ) | [inline, static] |
Definition at line 2037 of file operators.hpp.
References mmx::GEN_INTEGRATE.
{ return GEN_INTEGRATE; }
Definition at line 2039 of file operators.hpp.
References mmx::integrate().
{ return integrate (x); }
Definition at line 2043 of file operators.hpp.
References mmx::integrate().
{ return integrate (x, v); }
Definition at line 2049 of file operators.hpp.
References mmx::integrate_init().
{
return integrate_init (x, v, i); }
Definition at line 2047 of file operators.hpp.
References mmx::integrate_init().
{ return integrate_init (x, i); }
| static void set_op | ( | R & | x, |
| const C & | y | ||
| ) | [inline, static] |
Definition at line 2045 of file operators.hpp.
References mmx::integrate().
{ x= integrate (y, v); }