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