#include <source/mathops/array/ArrayDataNormOpsInteger.h>
Public Member Functions | |
| ArrayDataNormOpsInteger () | |
| ~ArrayDataNormOpsInteger () | |
| void | abs (pdat::ArrayData< DIM, int > &dst, const pdat::ArrayData< DIM, int > &src, const hier::Box< DIM > &box) const |
| SAMRAI::math::ArrayDataNormOpsInteger< DIM >::ArrayDataNormOpsInteger | ( | ) |
Empty constructor and destructor.
| SAMRAI::math::ArrayDataNormOpsInteger< DIM >::~ArrayDataNormOpsInteger | ( | ) |
| void SAMRAI::math::ArrayDataNormOpsInteger< DIM >::abs | ( | pdat::ArrayData< DIM, int > & | dst, | |
| const pdat::ArrayData< DIM, int > & | src, | |||
| const hier::Box< DIM > & | box | |||
| ) | const |
Set destination component to absolute value of source component. That is, each destination entry is set to
.
1.5.1