|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.math3.optimization.direct.MultivariateFunctionMappingAdapter.NoBoundsMapper
private static class MultivariateFunctionMappingAdapter.NoBoundsMapper
Local class for no bounds mapping.
Constructor Summary | |
---|---|
MultivariateFunctionMappingAdapter.NoBoundsMapper()
Simple constructor. |
Method Summary | |
---|---|
double |
boundedToUnbounded(double x)
Map a value from bounded to unbounded. |
double |
unboundedToBounded(double y)
Map a value from unbounded to bounded. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultivariateFunctionMappingAdapter.NoBoundsMapper()
Method Detail |
---|
public double unboundedToBounded(double y)
unboundedToBounded
in interface MultivariateFunctionMappingAdapter.Mapper
y
- unbounded value
public double boundedToUnbounded(double x)
boundedToUnbounded
in interface MultivariateFunctionMappingAdapter.Mapper
x
- bounded value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |