All Packages Class Hierarchy This Package Previous Next Index
Interface juice.solver.Proxy
- public interface interface Proxy
-
getNormResidual()
-
returns the difference of the current approximation of x
and xAlter, eg |A x - b| - |A xAlter - b|
-
setApproximation()
- stores the proxy's approximation in Vector x
getNormResidual
public abstract float getNormResidual()
- returns the difference of the current approximation of x
and xAlter, eg |A x - b| - |A xAlter - b|
setApproximation
public abstract void setApproximation()
- stores the proxy's approximation in Vector x
All Packages Class Hierarchy This Package Previous Next Index