Go to the source code of this file.
|
template<typename V1 , typename V2 , typename T > |
void | host_add_ay_to_x (V1 &dest_view, const V2 &added_view, T coeff) |
|
template<typename V1 , typename V2 > |
void | host_divide_x_by_y (V1 &dest_view, const V2 &divisor_view) |
|
template<typename V1 , typename T > |
void | host_divide_x_by_a (V1 &dest_view, T coeff) |
|
template<typename T > |
double | sum_view (const T &view) |
|
template<typename V1 , typename V2 , typename T >
void host_add_ay_to_x |
( |
V1 & |
dest_view, |
|
|
const V2 & |
added_view, |
|
|
T |
coeff |
|
) |
| |
|
inline |
template<typename V1 , typename T >
void host_divide_x_by_a |
( |
V1 & |
dest_view, |
|
|
T |
coeff |
|
) |
| |
|
inline |
template<typename V1 , typename V2 >
void host_divide_x_by_y |
( |
V1 & |
dest_view, |
|
|
const V2 & |
divisor_view |
|
) |
| |
|
inline |
template<typename T >
double sum_view |
( |
const T & |
view | ) |
|
|
inline |