Method
eval
(double[] x, boolean wantGrad, boolean wantHessian)
Source from the content-addressed store, hash-verified
| 10 | public interface VectorFn { |
| 11 | int dim(); |
| 12 | VEval eval(double[] x, boolean wantGrad, boolean wantHessian); |
| 13 | } |
Callers
nothing calls this directly
Implementers 6
QuadFuntest/com/winvector/opt/imp/TestOpt.jav MapRedFnsrc/com/winvector/logistic/mr/MapRedFn DataFnsrc/com/winvector/opt/impl/DataFn.java SumFnsrc/com/winvector/opt/impl/SumFn.java
Tested by
no test coverage detected