Uses of Interface
dev.nm.analysis.differentiation.differentiability.C1
-
Packages that use C1 Package Description dev.nm.analysis.differentiation.differentiability dev.nm.solver.problem -
-
Uses of C1 in dev.nm.analysis.differentiation.differentiability
Subinterfaces of C1 in dev.nm.analysis.differentiation.differentiability Modifier and Type Interface Description interface
C2
A function, f, is said to be of class C2 if the first and second derivatives, f' and f'', exist. -
Uses of C1 in dev.nm.solver.problem
Subinterfaces of C1 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 C1 Modifier and Type Class Description class
C2OptimProblemImpl
This is an optimization problem of a real valued function: \(\max_x f(x)\).
-