SkelGIS
3.0
|
ApplyUnary structure. More...
#include <apply_unary.hpp>
Static Public Member Functions | |
static void | apply (const _ApplyUnary_Func< T, R, T2, R2, false > &func, DMatrix< T, R, false > &m, DMatrix< T2, R2, false > &m2) |
ApplyUnary structure.
Seventh specialization with line=false and local=true
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. |
Definition at line 261 of file apply_unary.hpp.