Uses of Class
org.hipparchus.optim.nonlinear.vector.constrained.TwiceDifferentiableFunction
Package
Description
This package provides algorithms that minimize the residuals
between observations and model values.
-
Uses of TwiceDifferentiableFunction in org.hipparchus.optim.nonlinear.vector.constrained
Modifier and TypeClassDescriptionclass
Given P, Q, d, implements \(\frac{1}{2}x^T P X + Q^T x + d\).