basix_doc 0.1
|
#include <operators.hpp>
Definition at line 1858 of file operators.hpp.
static generic name | ( | ) | [inline, static] |
static B op | ( | const C & | c, |
const R & | r | ||
) | [inline, static] |
Definition at line 1861 of file operators.hpp.
{
return make_ball<B> (c, r); }
static void set_op | ( | B & | b, |
const C & | c, | ||
const R & | r | ||
) | [inline, static] |
Definition at line 1864 of file operators.hpp.
{ b= make_ball<B> (c, r); }