Linear function. f(v) = a * v + b. V is the type of input values; T is the type used to compute the result; R is the result type.  
More...
#include <linear.hh>

Linear function. f(v) = a * v + b. V is the type of input values; T is the type used to compute the result; R is the result type. 
By defaut, T is V and R is T. 
Definition at line 55 of file v2v/linear.hh.
 1.7.1