|
numerix_doc 0.4
|
#include <affine.hpp>
Definition at line 40 of file affine.hpp.
| static VT common | ( | const VT & | lim1, |
| const VT & | lim2 | ||
| ) | [inline, static] |
Definition at line 52 of file affine.hpp.
References mmx::hard_eq(), and mmx::radius().
| static VC get_domain | ( | const VT & | lim | ) | [inline, static] |
Definition at line 48 of file affine.hpp.
References mmx::blur(), and mmx::VC.
Referenced by affine_limits_helper< C, VC >::truncate().
| static VT get_limits | ( | const VC & | dom | ) | [inline, static] |
Definition at line 44 of file affine.hpp.
References mmx::sharpen().
{
return lin + sharpen (dom); }
| static VT infinite | ( | ) | [inline, static] |
Definition at line 42 of file affine.hpp.
{
return Maximal (VT); }
| typedef Radius_type | ( | VC | ) |
Definition at line 50 of file affine.hpp.
References mmx::dot(), and affine_limits_helper< C, VC >::get_domain().
{
return dot (lin, get_domain (lim)); }