Package samer.units
Class SumFnVec
- java.lang.Object
-
- samer.maths.FunctionOfVector
-
- samer.units.SumFnVec
-
public class SumFnVec extends FunctionOfVector implements SafeTask
-
-
Constructor Summary
Constructors Constructor and Description SumFnVec(Function f, VVector x, DoubleModel out)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description double
apply(double[] x)
void
run()
void
starting()
void
stopping()
-
Methods inherited from class samer.maths.FunctionOfVector
derivative, dispose
-
-
-
-
Method Detail
-
apply
public double apply(double[] x)
- Specified by:
apply
in classFunctionOfVector
-
-