Package jline.api.da

Interface Da_fpi.Norm<T>

Enclosing class:
Da_fpi

public static interface Da_fpi.Norm<T>
Convergence measure between the updated iterate and the baseline.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    eval(T xnew, T xref)
     
  • Method Details

    • eval

      double eval(T xnew, T xref)