multiply the src by coeff for several types T More...
multiply the src by coeff for several types T
| type | T |
Definition at line 61 of file interpolation.hpp.
#include <interpolation.hpp>
Static Public Member Functions | |
| static void | value (T(&result)[N1], const T &coeff, const T(&src)[N1]) |
| multiply the src by coeff for several types T | |
|
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 70 of file interpolation.hpp.