Logo
  • Examples
  • Tutorials
  • Development Roadmap
  • Contributing
  • API Reference
    • System Definition and Simulation
    • ODE Solvers
    • Optimizers and Automatic Differentiation
      • pathsim.optim
        • pathsim.optim.anderson module
        • pathsim.optim.value module
        • pathsim.optim.numerical module
        • pathsim.optim.operator 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.value module
    • der()
    • jac()
    • var()
    • autojac()
    • add_funcs()
    • Value
      • Value._id
      • Value.val
      • Value.grad
      • Value.sig
      • Value.real
      • Value.imag
      • Value.numeric()
      • Value.array()
      • Value.der()
      • Value.jac()
      • Value.var()
      • 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()
  • pathsim.optim.operator module
    • Operator
      • Operator.f0
      • Operator.x0
      • Operator.J
      • Operator.jac()
      • Operator.linearize()
      • Operator.reset()
    • DynamicOperator
      • DynamicOperator.f0
      • DynamicOperator.x0
      • DynamicOperator.u0
      • DynamicOperator.Jx
      • DynamicOperator.Ju
      • DynamicOperator.jac_x()
      • DynamicOperator.jac_u()
      • DynamicOperator.linearize()
      • DynamicOperator.reset()
Previous Next

© Copyright 2025, Milan Rother.

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