Uses of Package
jebl.math

Packages that use jebl.math
jebl.evolution.coalescent   
jebl.math   
 

Classes in jebl.math used by jebl.evolution.coalescent
MultivariateFunction
          interface for a function of several variables
OrthogonalHints
          Provides a means for giving an Orthogonal base optimiser (IE, OrthognalMinimum) hints about the function that may alow it to optimise better.
 

Classes in jebl.math used by jebl.math
MatrixCalcException
           
MatrixCalcException.NotSquareMatrixException
           
MatrixCalcException.PositiveDefiniteException
           
MinimiserMonitor
          interface for a classes that wish to monitor the progress of a Minimiser
MultivariateFunction
          interface for a function of several variables
MultivariateMinimum
          abstract base class for minimisation of a multivariate function
MultivariateMinimum.Factory
          A factory interface for MultivariateMinimums (because they aren't statefree)
OrderEnumerator
          A means for describing odering information, and Utilities for creating such Orderings
OrderEnumerator.OEFactory
           
OrthogonalHints
          Provides a means for giving an Orthogonal base optimiser (IE, OrthognalMinimum) hints about the function that may alow it to optimise better.
OrthogonalSearch.RoundOptimiser
           
UnivariateFunction
          interface for a function of one variable
UnivariateMinimum
          minimization of a real-valued function of one variable without using derivatives.