| Cyclops Tensor Framework
    parallel arithmetic on multidimensional arrays | 
#include <btwn_central.h>
| Public Member Functions | |
| DEVICE HOST | cpath (int w_, float m_, double c_) | 
| DEVICE HOST | cpath (cpath const &p) | 
| cpath () | |
| Data Fields | |
| double | c | 
| float | m | 
| int | w | 
Definition at line 29 of file btwn_central.h.
Definition at line 35 of file btwn_central.h.
Definition at line 37 of file btwn_central.h.
| 
 | inline | 
Definition at line 38 of file btwn_central.h.
References get_Bellman_kernel(), get_Brandes_kernel(), get_cpath_monoid(), and get_mpath_semiring().
| double cpath::c | 
Definition at line 31 of file btwn_central.h.
Referenced by btwn_cnt_fast(), cfunc(), cpath(), cpath_red(), and subw().
| float cpath::m | 
Definition at line 32 of file btwn_central.h.
Referenced by cpath(), cpath_red(), and subw().
| int cpath::w | 
Definition at line 33 of file btwn_central.h.
Referenced by btwn_cnt_fast(), cfunc(), cpath(), cpath_red(), get_cpath_monoid(), and subw().