Logo
  • Examples
  • API Reference
    • System Definition and Simulation
    • ODE Solvers
    • Optimizers and Automatic Differentiation
      • pathsim.optim
        • pathsim.optim.anderson module
        • pathsim.optim.newton module
        • pathsim.optim.value module
        • pathsim.optim.numerical module
    • Utilities
pathsim
  • API Reference
  • pathsim.optim
  • View page source

pathsim.optim

  • pathsim.optim.anderson module
    • Anderson
      • Anderson.solve()
      • Anderson.reset()
      • Anderson.step()
    • NewtonAnderson
      • NewtonAnderson.solve()
      • NewtonAnderson.step()
  • pathsim.optim.newton module
    • NewtonRaphsonAD
      • NewtonRaphsonAD.solve()
      • NewtonRaphsonAD.reset()
      • NewtonRaphsonAD.step()
    • GaussNewtonAD
      • GaussNewtonAD.step()
    • LevenbergMarquardtAD
      • LevenbergMarquardtAD.reset()
      • LevenbergMarquardtAD.step()
  • pathsim.optim.value module
    • der()
    • jac()
    • autojac()
    • add_funcs()
    • Value
      • Value._id
      • Value.val
      • Value.grad
      • Value.real
      • Value.imag
      • Value.numeric()
      • Value.array()
      • Value.absolute
      • Value.angle()
      • Value.arccos
      • Value.arccosh
      • Value.arcsin
      • Value.arcsinh
      • Value.arctan
      • Value.arctanh
      • Value.cbrt
      • Value.conjugate
      • Value.cos
      • Value.cosh
      • Value.exp
      • Value.exp2
      • Value.expm1
      • Value.log
      • Value.log10
      • Value.log1p
      • Value.log2
      • Value.power
      • Value.sign
      • Value.sin
      • Value.sinh
      • Value.sqrt
      • Value.square
      • Value.tan
      • Value.tanh
  • pathsim.optim.numerical module
    • num_jac()
    • num_autojac()
Previous Next

© Copyright 2025, Milan Rother.

Built with Sphinx using a theme provided by Read the Docs.