Uses of Interface
dev.nm.analysis.differentiation.differentiability.C2
-
Packages that use C2 Package Description dev.nm.solver.problem -
-
Uses of C2 in dev.nm.solver.problem
Subinterfaces of C2 in dev.nm.solver.problem Modifier and Type Interface Description interface
C2OptimProblem
This is an optimization problem of a real valued function that is twice differentiable.Classes in dev.nm.solver.problem that implement C2 Modifier and Type Class Description class
C2OptimProblemImpl
This is an optimization problem of a real valued function: \(\max_x f(x)\).
-