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 interfaceC2A 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 interfaceC2OptimProblemThis 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 classC2OptimProblemImplThis is an optimization problem of a real valued function: \(\max_x f(x)\).
-