public interface Diff1Function3x1 extends Function3x1
Modifier and Type | Method and Description |
---|---|
double |
eval(Vector3d deriv,
Vector3d in)
Evaluates this function for the specified inputs.
|
default double |
eval(VectorNd in)
Evaluates this function for the specified inputs.
|
default double |
eval(VectorNd deriv,
VectorNd in) |
eval, eval, inputSize
default double eval(VectorNd in)
FunctionNx1.inputSize()
.eval
in interface Function3x1
eval
in interface FunctionNx1
double eval(Vector3d deriv, Vector3d in)
deriv
is not
null
, the derivative is also computed and returned in this
argument.deriv
- if not null
, returns the derivative valuesin
- function input values