SkelGIS  3.0
skelgis::ApplyBinary< T, 0, T2, T3, R3, true, true > Struct Template Reference

ApplyBinary structure. More...

#include <apply_binary.hpp>

List of all members.

Static Public Member Functions

static void apply (const _ApplyBinary_Func< T, 0, T2, T3, R3 > &func, DMatrix< T, 0 > &m, DMatrix< T2, 0 > &m2, DMatrix< T3, R3 > &m3)

Detailed Description

template<class T, class T2, class T3, int R3>
struct skelgis::ApplyBinary< T, 0, T2, T3, R3, true, true >

ApplyBinary structure.

Fourth specialization with line=true and local=true and R=0

Template Parameters:
Tis the type of data to store in the first input DMatrix R overlap template parameter is not asked and specialized to 0
T2is the type of data to store in the second inputDMatrix
T3is the type of data to store in the output DMatrix

Definition at line 190 of file apply_binary.hpp.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Defines