SkelGIS
3.0
|
_ApplyBinary_Func structure More...
#include <apply_binary.hpp>
Public Member Functions | |
virtual void | operator() (DMatrix< T, 0 > &, DMatrix< T2, 0 > &, DMatrix< T3, R3 > &) const =0 |
_ApplyBinary_Func structure
T | is the type of data to store in the first input DMatrix R overlap template parameter is not asked and specialized to 0 |
T2 | is the type of data to store in the second inputDMatrix |
T3 | is the type of data to store in the output DMatrix The default value of line is used (true). |
Definition at line 37 of file apply_binary.hpp.