Uses of Interface
org.biojava.utils.math.ComputeObject
-
Packages that use ComputeObject Package Description 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 Modifier and Type Class Description class
IsoelectricPointCalc.ChargeCalculator
-
Uses of ComputeObject in org.biojava.utils.math
Methods in org.biojava.utils.math with parameters of type ComputeObject Modifier and Type Method Description static double
BinarySearch. solve(double min, double max, double tolerance, ComputeObject obj)
method that will attempt solving the equation.
-