multiply the src by coeff for several types T More...
multiply the src by coeff for several types T
| type | T | 
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  More... | |
      
  | 
  inlinestatic | 
multiply the src by coeff for several types T
| result | the result of the multiplication | 
| coeff | coefficent to use for of the multiplication | 
| src | source | 
Definition at line 49 of file interpolation.hpp.