Numerical Tools  1.0
Numerical tools from SciPy and Numerical Methods in Physics with Python
NumericalTools Namespace Reference

Classes

class  BrentQImpl
 
class  Common
 Static utility functions used in the port of the SciPy ODE solver. More...
 
class  ConstantDenseOutput
 
class  DenseOutput
 Class used for interpolating requested time points from the output saved by the ODE solver. More...
 
class  Dop853
 
class  Dop853DenseOutput
 
class  Ivp
 Central class for the port of the SciPy Solve_Ivp method to perform numerical integration of a system of ordinary differential equations using the error minimizing approaches RK23, RK45 or DOP853. More...
 
class  IvpRealtime
 Real time interface to the ODE solver code. More...
 
class  LeapfrogSolver
 Leapfrog solver that runs on a fixed timestep. More...
 
class  Minpack
 
class  NPutils
 Simple dot and matrix multiplication routines that assume inputs are well formed and compatible. More...
 
class  NumPhysPy
 Code adapted from numphyspy.org by Alex Gezerlis and the book "Numerical Methods in Physics with Python" by Cambrudge University Press More...
 
class  OdeSolver
 A base class for the SciPy ODE solver. More...
 
class  Optimize
 
class  OptimizeResult
 
class  PyGlue
 
class  RealtimeIntegratorFactory
 A wrapper on all the implementations of ODE numerical integration that can be used in real time. More...
 
interface  RealtimeIntegratorInterface
 
class  RK23
 
class  RK45
 
class  RK4BasicSolver
 Leapfrog solver that runs on a fixed timestep. More...
 
class  RkDenseOutput
 
class  RungeKutta
 Class matching the capabilities of RK.py in SciPy.integrate module. More...
 
class  SciPyUtils