SkelGIS
3.0
|
ApplyUnary structure. More...
#include <apply_unary.hpp>
ApplyUnary structure.
These objects are directly called by the user to apply a function on a DMatrix.
T | is the type of data to store in the input DMatrix |
R | is the overlap distance needed by the calculation for the input DMatrix. |
T2 | is the type of data to store in the output DMatrix |
R2 | is the overlap distance needed by the calculation for the output DMatrix. |
line | is the parallel distribution wanted, the default value is true, then the parallel distribution will be divided along height but not along width |
local | is a particular choice if it is explicitely indicate to not make any MPI exchanges. The default behavior is to make normaly MPI exchanges. |
Definition at line 88 of file apply_unary.hpp.