Uses of Class
dev.nm.solver.multivariate.constrained.constraint.linear.BoxConstraints.Bound
-
Packages that use BoxConstraints.Bound Package Description dev.nm.solver.multivariate.constrained.constraint.linear -
-
Uses of BoxConstraints.Bound in dev.nm.solver.multivariate.constrained.constraint.linear
Methods in dev.nm.solver.multivariate.constrained.constraint.linear that return types with arguments of type BoxConstraints.Bound Modifier and Type Method Description List<BoxConstraints.Bound>
BoxConstraints. bounds()
Get a deep copy of the bounds.Methods in dev.nm.solver.multivariate.constrained.constraint.linear with parameters of type BoxConstraints.Bound Modifier and Type Method Description int
BoxConstraints.Bound. compareTo(BoxConstraints.Bound that)
Constructors in dev.nm.solver.multivariate.constrained.constraint.linear with parameters of type BoxConstraints.Bound Constructor Description BoxConstraints(int dim, BoxConstraints.Bound... bounds)
Construct a set of bound constraints.
-