|
|
template<typename T > |
Stencil< T > | Proto::operator* (T a_coef, Shift a_shift) |
| Coefficient Shift Product "Constructor". More...
|
|
template<typename T > |
Stencil< T > | Proto::operator* (T a_coef, const Stencil< T > a_stencil) |
| Scalar Multiplication of Stencil Coefficients. More...
|
|
template<typename T > |
Stencil< T > | Proto::operator- (Stencil< T > a_stencil) |
| Stencil Unary Negation. More...
|
|
template<typename T , unsigned int C, MemType MEMTYPE, unsigned int D, unsigned int E> |
BoxData< T, C, MEMTYPE, D, E > & | Proto::operator|= (BoxData< T, C, MEMTYPE, D, E > &a_dest, LazyStencil< T, C, MEMTYPE, D, E > &&a_op) |
| Application by Replacement. More...
|
|
template<class T , unsigned int C, MemType MEMTYPE, unsigned int D, unsigned int E> |
BoxData< T, C, MEMTYPE, D, E > & | Proto::operator+= (BoxData< T, C, MEMTYPE, D, E > &a_dest, LazyStencil< T, C, MEMTYPE, D, E > &&a_op) |
| Application by Increment. More...
|
|