Multiplies element by element of two numlists even with different lengths.
More...
#include <numtypelist.h>
template<class NList1, class NList2>
class NL::Mult< NList1, NList2 >
- Parameters
-
NList1 | a numlist |
NList2 | a numlist |
- Returns
- a numlist which elements are products of correspondent in NList1 and NList2 The tail of the longest numlist is truncated
Mult<NList1,NList2>::Result
The documentation for this class was generated from the following file: