#include "oct-binmap.h"
|
static void | op_mm (std::size_t n, R *r, const X *x, const Y *y) |
|
static void | op_ms (std::size_t n, R *r, const X *x, Y y) |
|
static void | op_sm (std::size_t n, R *r, X x, const Y *y) |
|
static void | set_f (const F &f_in) |
|
template<typename R, typename X, typename Y, typename F>
class bsxfun_wrapper< R, X, Y, F >
Definition at line 69 of file oct-binmap.h.
◆ op_mm()
template<typename R , typename X , typename Y , typename F >
static void bsxfun_wrapper< R, X, Y, F >::op_mm |
( |
std::size_t |
n, |
|
|
R * |
r, |
|
|
const X * |
x, |
|
|
const Y * |
y |
|
) |
| |
|
inlinestatic |
◆ op_ms()
template<typename R , typename X , typename Y , typename F >
static void bsxfun_wrapper< R, X, Y, F >::op_ms |
( |
std::size_t |
n, |
|
|
R * |
r, |
|
|
const X * |
x, |
|
|
Y |
y |
|
) |
| |
|
inlinestatic |
◆ op_sm()
template<typename R , typename X , typename Y , typename F >
static void bsxfun_wrapper< R, X, Y, F >::op_sm |
( |
std::size_t |
n, |
|
|
R * |
r, |
|
|
X |
x, |
|
|
const Y * |
y |
|
) |
| |
|
inlinestatic |
◆ set_f()
template<typename R , typename X , typename Y , typename F >
The documentation for this class was generated from the following file: