OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
mul_inte< T > Struct Template Reference

multiply the src by coeff for several types T More...

Detailed Description

template<typename T>
struct mul_inte< T >

multiply the src by coeff for several types T

Template Parameters
typeT

Definition at line 40 of file interpolation.hpp.

#include <interpolation.hpp>

Static Public Member Functions

static void value (T &result, const T &coeff, const T &src)
 multiply the src by coeff for several types T
 

Member Function Documentation

◆ value()

template<typename T >
static void mul_inte< T >::value ( T &  result,
const T &  coeff,
const T &  src 
)
inlinestatic

multiply the src by coeff for several types T

Parameters
resultthe result of the multiplication
coeffcoefficent to use for of the multiplication
srcsource

Definition at line 49 of file interpolation.hpp.


The documentation for this struct was generated from the following file: