Uses of Package
math.numerics

Packages that use math.numerics
math.approximations   
math.numerics   
 

Classes in math.numerics used by math.approximations
Function
          Title: Function Description: A function of one variable.
 

Classes in math.numerics used by math.numerics
Function
          Title: Function Description: A function of one variable.
InvertibleFunction
          Title: InvertibleFunction Description: An invertible function of one variable.
MathExpParser
          MathExpParser defines an abstract super class for mathematical expression parsers.
MultiVarFunction
          Title: Function Description: A function of multiple variables.
ODE
          ODE defines a system of differential equations by providing access to the rate equations.
ODEAdaptiveSolver
          ODEAdaptiveSolver extends the ODE solver to add adaptive step size capabilities.
ODEEventSolver
          ODEEventSolver is an interface for a Solver for ODE which accepts and deals with StateEvents
ODESolver
          ODE defines a minimal differential equation solver.
ParserException
          Indicates that an error occured in parser operation, and the operation could not be completed.
RK45
          Title: RK45 Description: RK4/5 ODE solver with variable step size.
StateEvent
          StateEvent defines an event consisting in that a given numeric value changes sign from positive (or zero) to strict negative.