Static Public Member Functions | Static Private Attributes

bsxfun_wrapper< R, X, Y, F > Class Template Reference

#include "oct-binmap.h"

Collaboration diagram for bsxfun_wrapper< R, X, Y, F >:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

template<typename R, typename X, typename Y, typename F>
class bsxfun_wrapper< R, X, Y, F >

Definition at line 64 of file oct-binmap.h.


Member Function Documentation

template<typename R , typename X , typename Y , typename F >
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.

template<typename R , typename X , typename Y , typename F >
static void bsxfun_wrapper< R, X, Y, F >::op_ms ( size_t  n,
R *  r,
const X *  x,
y 
) [inline, static]

Definition at line 91 of file oct-binmap.h.

References bsxfun_wrapper< R, X, Y, F >::f.

template<typename R , typename X , typename Y , typename F >
static void bsxfun_wrapper< R, X, Y, F >::op_sm ( size_t  n,
R *  r,
x,
const Y *  y 
) [inline, static]

Definition at line 84 of file oct-binmap.h.

References bsxfun_wrapper< R, X, Y, F >::f.

template<typename R , typename X , typename Y , typename 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().


Member Data Documentation

template<typename R , typename X , typename Y , typename F >
F bsxfun_wrapper< R, X, Y, F >::f [static, private]

The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines