A C D E F G L M N P R S U V

L

LinCombOfFunctions - Class in com.perisic.function
f(x) = w1 * f1(x) + ...
LinCombOfFunctions(AnyFunction[], double[]) - Constructor for class com.perisic.function.LinCombOfFunctions
 
LinearFunction - Class in com.perisic.function
A linear function.
LinearFunction(double, double) - Constructor for class com.perisic.function.LinearFunction
Generates the linear functions through the points (0,valueAt0) and (1,valueAt1).
LinearFunction(double, double, double, double) - Constructor for class com.perisic.function.LinearFunction
Computes the linear function y = ax + b through the points (x1,y1) and (x2,y2).

A C D E F G L M N P R S U V