Uses of Interface
org.biojava.utils.math.ComputeObject

Packages that use ComputeObject
org.biojava.bio.proteomics Utilities to aid in performing various physical analysis of proteins. 
org.biojava.utils.math Mathematical utility classes. 
 

Uses of ComputeObject in org.biojava.bio.proteomics
 

Classes in org.biojava.bio.proteomics that implement ComputeObject
 class IsoelectricPointCalc.ChargeCalculator
           
 

Uses of ComputeObject in org.biojava.utils.math
 

Methods in org.biojava.utils.math with parameters of type ComputeObject
static double BinarySearch.solve(double min, double max, double tolerance, ComputeObject obj)
          method that will attempt solving the equation.