public class LagrangeTuple<V,D>
extends java.lang.Object
Constructor and Description |
---|
LagrangeTuple(V x,
V lambda,
D value) |
Modifier and Type | Method and Description |
---|---|
V |
getLambda()
Returns Lambda Multiplier
|
D |
getValue()
Returns min(max) evaluated function at x
|
V |
getX()
Returns X solution
|