Expand description
Utility functions for numerical integration
This module provides utilities needed across multiple integration methods.
Functionsยง
- newton_
method - Newton method for solving a system of nonlinear equations
- newton_
method_ with_ param - Newton method for solving a system of nonlinear equations with a scalar parameter
- numerical_
jacobian - Compute the numerical Jacobian of a vector-valued function
- numerical_
jacobian_ with_ param - Compute the numerical Jacobian of a vector-valued function with scalar parameter
- solve_
linear_ system - Solve a linear system using Gaussian elimination with partial pivoting