//! Broyden's method trait for systems of nonlinear equations.
use crateDType;
use crate;
use Result;
use Runtime;
use Tensor;
/// Broyden's method (rank-1 update) for systems of nonlinear equations.
///
/// A quasi-Newton method that approximates the Jacobian using rank-1 updates.