#include "oct-binmap.h"
Static Public Member Functions | |
static void | op_mm (size_t n, R *r, const X *x, const Y *y) |
static void | op_ms (size_t n, R *r, const X *x, Y y) |
static void | op_sm (size_t n, R *r, X x, const Y *y) |
static void | set_f (const F &f_in) |
Static Private Attributes | |
static F | s_fcn |
Definition at line 69 of file oct-binmap.h.
|
inlinestatic |
Definition at line 84 of file oct-binmap.h.
References n, r, bsxfun_wrapper< R, X, Y, F >::s_fcn, and x.
|
inlinestatic |
Definition at line 98 of file oct-binmap.h.
References n, r, bsxfun_wrapper< R, X, Y, F >::s_fcn, and x.
|
inlinestatic |
Definition at line 91 of file oct-binmap.h.
References n, r, bsxfun_wrapper< R, X, Y, F >::s_fcn, and x.
|
inlinestatic |
Definition at line 78 of file oct-binmap.h.
References bsxfun_wrapper< R, X, Y, F >::s_fcn.
Referenced by binmap().
|
staticprivate |
Definition at line 73 of file oct-binmap.h.
Referenced by bsxfun_wrapper< R, X, Y, F >::op_mm(), bsxfun_wrapper< R, X, Y, F >::op_ms(), bsxfun_wrapper< R, X, Y, F >::op_sm(), and bsxfun_wrapper< R, X, Y, F >::set_f().