#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 | f |
Definition at line 64 of file oct-binmap.h.
static void bsxfun_wrapper< R, X, Y, F >::op_mm | ( | size_t | n, | |
R * | r, | |||
const X * | x, | |||
const Y * | y | |||
) | [inline, static] |
Definition at line 77 of file oct-binmap.h.
References bsxfun_wrapper< R, X, Y, F >::f.
static void bsxfun_wrapper< R, X, Y, F >::op_ms | ( | size_t | n, | |
R * | r, | |||
const X * | x, | |||
Y | y | |||
) | [inline, static] |
Definition at line 91 of file oct-binmap.h.
References bsxfun_wrapper< R, X, Y, F >::f.
static void bsxfun_wrapper< R, X, Y, F >::op_sm | ( | size_t | n, | |
R * | r, | |||
X | x, | |||
const Y * | y | |||
) | [inline, static] |
Definition at line 84 of file oct-binmap.h.
References bsxfun_wrapper< R, X, Y, F >::f.
static void bsxfun_wrapper< R, X, Y, F >::set_f | ( | const F & | f_in | ) | [inline, static] |
Definition at line 71 of file oct-binmap.h.
References bsxfun_wrapper< R, X, Y, F >::f.
Referenced by binmap().
F bsxfun_wrapper< R, X, Y, F >::f [static, private] |
Definition at line 67 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().