Uses of Package
org.opensourcephysics.numerics

Packages that use org.opensourcephysics.numerics
org.colos.ejs.library   
org.colos.ejs.library.control.drawing3d.utils   
org.colos.ejs.library.control.swing   
org.opensourcephysics.display   
org.opensourcephysics.display2d   
org.opensourcephysics.display3d.core   
org.opensourcephysics.displayejs   
org.opensourcephysics.displayejs.utils   
org.opensourcephysics.drawing3d.utils   
org.opensourcephysics.drawing3d.utils.transformations   
org.opensourcephysics.frames   
org.opensourcephysics.numerics   
org.opensourcephysics.numerics.dde_solvers   
org.opensourcephysics.numerics.dde_solvers.interpolation   
org.opensourcephysics.numerics.dde_solvers.rk   
org.opensourcephysics.numerics.dde_solvers.rk.irk   
org.opensourcephysics.numerics.dde_solvers.symplectic   
org.opensourcephysics.numerics.qss   
org.opensourcephysics.numerics.rk   
org.opensourcephysics.numerics.rk.irk   
org.opensourcephysics.numerics.specialfunctions   
org.opensourcephysics.tools   
 

Classes in org.opensourcephysics.numerics used by org.colos.ejs.library
Function
          Title: Function Description: A function of one variable.
 

Classes in org.opensourcephysics.numerics used by org.colos.ejs.library.control.drawing3d.utils
Transformation
          Transformation maps coordinates from one coordinate system to another.
 

Classes in org.opensourcephysics.numerics used by org.colos.ejs.library.control.swing
Function
          Title: Function Description: A function of one variable.
 

Classes in org.opensourcephysics.numerics used by org.opensourcephysics.display
Function
          Title: Function Description: A function of one variable.
 

Classes in org.opensourcephysics.numerics used by org.opensourcephysics.display2d
Function
          Title: Function Description: A function of one variable.
 

Classes in org.opensourcephysics.numerics used by org.opensourcephysics.display3d.core
Transformation
          Transformation maps coordinates from one coordinate system to another.
 

Classes in org.opensourcephysics.numerics used by org.opensourcephysics.displayejs
Transformation
          Transformation maps coordinates from one coordinate system to another.
 

Classes in org.opensourcephysics.numerics used by org.opensourcephysics.displayejs.utils
Transformation
          Transformation maps coordinates from one coordinate system to another.
 

Classes in org.opensourcephysics.numerics used by org.opensourcephysics.drawing3d.utils
Transformation
          Transformation maps coordinates from one coordinate system to another.
 

Classes in org.opensourcephysics.numerics used by org.opensourcephysics.drawing3d.utils.transformations
Matrix3DTransformation
          Matrix3DTransformation implements 3D affine transformations using a matrix representation.
MatrixTransformation
          MatrixTransformation maps coordinates from one coordinate system to another using a matrix.
Quaternion
          Quaternion models a unit quaternion and implements quaternion arithmetic.
Transformation
          Transformation maps coordinates from one coordinate system to another.
 

Classes in org.opensourcephysics.numerics used by org.opensourcephysics.frames
Function
          Title: Function Description: A function of one variable.
 

Classes in org.opensourcephysics.numerics used by org.opensourcephysics.numerics
AbstractODESolver
          AbstractODE provides a common superclass for ODESolvers.
Butcher5
          Butcher5 implements a fifth order Runge-Kutta ODE solver using an algorithm developed by Butcher.
Complex
          Class description
DormandPrince45
          DormandPrince45 implements a RKF 4/5 ODE solver with variable step size using Dormand-Prince coefficients.
Fehlberg8
          Title: Fehlberg8 Description: An eigth order Runge-Kutta ODE solver.
Function
          Title: Function Description: A function of one variable.
GeneralStateEvent
          GeneralStateEvent is an extension of the older StateEvents which allows for other types of zero-crossing of the evaluate function, f.
InvertibleFunction
          Title: InvertibleFunction Description: An invertible function of one variable.
MathExpParser
          MathExpParser defines an abstract super class for mathematical expression parsers.
Matrix2DTransformation
          Matrix2DTransformation implements 2D affine transformations
MatrixTransformation
          MatrixTransformation maps coordinates from one coordinate system to another using a matrix.
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
ODEInterpolatorEventSolver
          ODEInterpolatorEventSolver implements ODEEventSolver using any ODESolverInterpolator as the solver engine.
ODESolver
          ODE defines a minimal differential equation solver.
ODESolverInterpolator
          ODESolverInterpolator is an interface for objects which use an ODESolver to keep a set of internal states that are used to interpolate values of the ODE solution to create a so-called dense output.
ParserException
          Indicates that an error occurred in parser operation, and the operation could not be completed.
Polynomial
          Polynomial implements a mathematical polynomial: c[0] + c[1] * x + c[2] * x^2 + ....
Quaternion
          Quaternion models a unit quaternion and implements quaternion arithmetic.
RK4
          Title: RK4 Description: A fourth order Runge-Kutta ODE solver.
RK45
          RK45 implements an Runge-Kutta 4/5 ODE solver with variable step size.
StateEvent
          StateEvent defines an event consisting in that a given numeric value changes sign from positive to negative.
Transformation
          Transformation maps coordinates from one coordinate system to another.
Vec3D
          A 3-element vector that is represented by double-precision floating point x,y,z coordinates.
VectorFunction
          VectorFunction defines a function of multiple variables that returns a resultant vector.
ZenoEffectListener
          ZenoEffectListener is an interface for a listener of Zeno effects while solving an ODE with events.
 

Classes in org.opensourcephysics.numerics used by org.opensourcephysics.numerics.dde_solvers
DDE
          DDE defines a system of delay differential equations
ODE
          ODE defines a system of differential equations by providing access to the rate equations.
ODESolverInterpolator
          ODESolverInterpolator is an interface for objects which use an ODESolver to keep a set of internal states that are used to interpolate values of the ODE solution to create a so-called dense output.
 

Classes in org.opensourcephysics.numerics used by org.opensourcephysics.numerics.dde_solvers.interpolation
DDE
          DDE defines a system of delay differential equations
ODE
          ODE defines a system of differential equations by providing access to the rate equations.
 

Classes in org.opensourcephysics.numerics used by org.opensourcephysics.numerics.dde_solvers.rk
ODE
          ODE defines a system of differential equations by providing access to the rate equations.
ODESolverInterpolator
          ODESolverInterpolator is an interface for objects which use an ODESolver to keep a set of internal states that are used to interpolate values of the ODE solution to create a so-called dense output.
 

Classes in org.opensourcephysics.numerics used by org.opensourcephysics.numerics.dde_solvers.rk.irk
DDE
          DDE defines a system of delay differential equations
 

Classes in org.opensourcephysics.numerics used by org.opensourcephysics.numerics.dde_solvers.symplectic
ODE
          ODE defines a system of differential equations by providing access to the rate equations.
ODESolverInterpolator
          ODESolverInterpolator is an interface for objects which use an ODESolver to keep a set of internal states that are used to interpolate values of the ODE solution to create a so-called dense output.
 

Classes in org.opensourcephysics.numerics used by org.opensourcephysics.numerics.qss
MultiVarFunction
          Title: Function Description: A function of multiple variables.
ODE
          ODE defines a system of differential equations by providing access to the rate equations.
ODESolverInterpolator
          ODESolverInterpolator is an interface for objects which use an ODESolver to keep a set of internal states that are used to interpolate values of the ODE solution to create a so-called dense output.
StateEvent
          StateEvent defines an event consisting in that a given numeric value changes sign from positive to negative.
 

Classes in org.opensourcephysics.numerics used by org.opensourcephysics.numerics.rk
ODE
          ODE defines a system of differential equations by providing access to the rate equations.
ODESolverInterpolator
          ODESolverInterpolator is an interface for objects which use an ODESolver to keep a set of internal states that are used to interpolate values of the ODE solution to create a so-called dense output.
 

Classes in org.opensourcephysics.numerics used by org.opensourcephysics.numerics.rk.irk
ODE
          ODE defines a system of differential equations by providing access to the rate equations.
 

Classes in org.opensourcephysics.numerics used by org.opensourcephysics.numerics.specialfunctions
Function
          Title: Function Description: A function of one variable.
Polynomial
          Polynomial implements a mathematical polynomial: c[0] + c[1] * x + c[2] * x^2 + ....
 

Classes in org.opensourcephysics.numerics used by org.opensourcephysics.tools
Function
          Title: Function Description: A function of one variable.
MultiVarFunction
          Title: Function Description: A function of multiple variables.
Polynomial
          Polynomial implements a mathematical polynomial: c[0] + c[1] * x + c[2] * x^2 + ....
PolynomialLeastSquareFit
          Polynomial least square fit without any error estimation.