Hybrid_


\begin{lstlisting}
template <typename DevicePolicies = OnlyCPUPolicy,
typename...
...oid multiplyM2();
void addVec1Vec2();
void sumVec3();
\par
};
\end{lstlisting}
There are several things going on here, but let's first focus on the public interface. It declares the routines as specified in the specification file, returning void and accepting no arguments at all. The implementation of these members is inherited from Hybrid_'s base-classes. More on this later.



Subsections

Joren Heit 2013-12-17