Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
cpath Class Reference

#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
 

Detailed Description

Definition at line 29 of file btwn_central.h.

Constructor & Destructor Documentation

DEVICE HOST cpath::cpath ( int  w_,
float  m_,
double  c_ 
)
inline

Definition at line 35 of file btwn_central.h.

References DEVICE, and HOST.

DEVICE HOST cpath::cpath ( cpath const &  p)
inline

Definition at line 37 of file btwn_central.h.

References c, m, and w.

cpath::cpath ( )
inline

Field Documentation

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().


The documentation for this class was generated from the following file: