SkelGIS
3.0
|
_ApplyReduction_Func structure More...
#include <apply_reduction.hpp>
Public Member Functions | |
virtual void | operator() (DMatrix< T, 0, false > &, T &) const =0 |
_ApplyReduction_Func structure
T | is the type of data to store in the input DMatrix R overlap template parameter is not asked and specialized to 0 The line template parameter is specialized with the false value. In this case the parallel data distribution will be done along height and width (by block) |
Definition at line 59 of file apply_reduction.hpp.