All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface juice.solver.Proxy

public interface interface Proxy

Method Index

 o getNormResidual()
returns the difference of the current approximation of x and xAlter, eg |A x - b| - |A xAlter - b|
 o setApproximation()
stores the proxy's approximation in Vector x

Methods

 o getNormResidual
 public abstract float getNormResidual()
returns the difference of the current approximation of x and xAlter, eg |A x - b| - |A xAlter - b|

 o setApproximation
 public abstract void setApproximation()
stores the proxy's approximation in Vector x


All Packages  Class Hierarchy  This Package  Previous  Next  Index