Class Hierarchy
- java.lang.Object
- org.opensourcephysics.numerics.AbstractODESolver (implements org.opensourcephysics.numerics.ODESolver)
- org.opensourcephysics.numerics.Butcher5
- org.opensourcephysics.numerics.Adams5
- org.opensourcephysics.numerics.Euler
- org.opensourcephysics.numerics.EulerRichardson
- org.opensourcephysics.numerics.Fehlberg8
- org.opensourcephysics.numerics.Adams6
- org.opensourcephysics.numerics.Heun3
- org.opensourcephysics.numerics.LeapFrog
- org.opensourcephysics.numerics.Ralston2
- org.opensourcephysics.numerics.RK4
- org.opensourcephysics.numerics.Adams4
- org.opensourcephysics.numerics.Verlet
- org.opensourcephysics.numerics.Butcher5
- java.awt.geom.AffineTransform (implements java.lang.Cloneable, java.io.Serializable)
- org.opensourcephysics.numerics.FunctionTransform
- org.opensourcephysics.numerics.ArrayLib
- org.opensourcephysics.numerics.CashKarp45 (implements org.opensourcephysics.numerics.ODEAdaptiveSolver)
- org.opensourcephysics.numerics.Complex
- org.opensourcephysics.numerics.ComplexEigenvalueDecomposition (implements java.io.Serializable)
- org.opensourcephysics.numerics.ComplexMatrix
- org.opensourcephysics.numerics.CubicSpline (implements org.opensourcephysics.numerics.Function)
- org.opensourcephysics.numerics.CurveFitting
- org.opensourcephysics.numerics.Derivative
- org.opensourcephysics.numerics.DormandPrince45 (implements org.opensourcephysics.numerics.ODEAdaptiveSolver)
- org.opensourcephysics.numerics.RK45
- org.opensourcephysics.numerics.RK45MultiStep
- org.opensourcephysics.numerics.RK45
- org.opensourcephysics.numerics.DoubleArray
- org.opensourcephysics.numerics.EigenvalueDecomposition (implements java.io.Serializable)
- org.opensourcephysics.numerics.FFT
- org.opensourcephysics.numerics.FFT2D
- org.opensourcephysics.numerics.FFTReal
- org.opensourcephysics.numerics.HessianMinimize
- org.opensourcephysics.numerics.IntegerArray
- org.opensourcephysics.numerics.Integral
- org.opensourcephysics.numerics.Interpolation
- org.opensourcephysics.numerics.LagrangeInterpolator (implements org.opensourcephysics.numerics.Function)
- org.opensourcephysics.numerics.Legendre
- org.opensourcephysics.numerics.LevenbergMarquardt
- org.opensourcephysics.numerics.LogBase10Function (implements org.opensourcephysics.numerics.InvertibleFunction)
- org.opensourcephysics.numerics.LUPDecomposition
- org.opensourcephysics.numerics.MathExpParser (implements org.opensourcephysics.numerics.Function, org.opensourcephysics.numerics.MultiVarFunction)
- org.opensourcephysics.numerics.SuryonoParser
- org.opensourcephysics.numerics.Matrix2DTransformation (implements org.opensourcephysics.numerics.MatrixTransformation)
- org.opensourcephysics.numerics.Matrix3DTransformation (implements org.opensourcephysics.numerics.MatrixTransformation)
- org.opensourcephysics.numerics.NumericsLog
- org.opensourcephysics.numerics.ODEBisectionEventSolver (implements org.opensourcephysics.numerics.ODEAdaptiveSolver, org.opensourcephysics.numerics.ODEEventSolver)
- org.opensourcephysics.numerics.ODEMultistepSolver (implements org.opensourcephysics.numerics.ODEAdaptiveSolver)
- org.opensourcephysics.numerics.ODEMultistepSolver.InternalODE (implements org.opensourcephysics.numerics.ODE)
- org.opensourcephysics.numerics.ODESolverFactory
- org.opensourcephysics.numerics.ParsedFunction (implements org.opensourcephysics.numerics.Function)
- org.opensourcephysics.numerics.ParsedMultiVarFunction (implements org.opensourcephysics.numerics.MultiVarFunction)
- org.opensourcephysics.numerics.PBC
- org.opensourcephysics.numerics.Polynomial (implements org.opensourcephysics.numerics.Function)
- org.opensourcephysics.numerics.PolynomialLeastSquareFit
- org.opensourcephysics.numerics.Quaternion (implements org.opensourcephysics.numerics.MatrixTransformation)
- org.opensourcephysics.numerics.Root
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- org.opensourcephysics.numerics.ParserException
- java.lang.RuntimeException
- org.opensourcephysics.numerics.NumericMethodException
- org.opensourcephysics.numerics.ODESolverException
- java.lang.Exception
- org.opensourcephysics.numerics.Util
- org.opensourcephysics.numerics.Vec3D
- org.opensourcephysics.numerics.VectorMath
- org.opensourcephysics.controls.XMLLoader (implements org.opensourcephysics.controls.XML.ObjectLoader)
- org.opensourcephysics.numerics.Matrix2DTransformation.Matrix2DTransformationLoader
- org.opensourcephysics.numerics.Matrix3DTransformation.Affine3DTransformationLoader
- org.opensourcephysics.numerics.Quaternion.QuaternionLoader
- org.opensourcephysics.numerics.AbstractODESolver (implements org.opensourcephysics.numerics.ODESolver)
Interface Hierarchy
- java.lang.Cloneable
- org.opensourcephysics.numerics.Transformation
- org.opensourcephysics.numerics.MatrixTransformation
- org.opensourcephysics.numerics.Transformation
- org.opensourcephysics.numerics.Function
- org.opensourcephysics.numerics.InvertibleFunction
- org.opensourcephysics.numerics.MultiVarFunction
- org.opensourcephysics.numerics.StateEvent
- org.opensourcephysics.numerics.ODE
- org.opensourcephysics.numerics.ODESolver
- org.opensourcephysics.numerics.ODEAdaptiveSolver
- org.opensourcephysics.numerics.ODEInterpolationSolver
- org.opensourcephysics.numerics.ODEEventSolver
- org.opensourcephysics.numerics.ODEAdaptiveSolver
- org.opensourcephysics.numerics.VectorFunction