50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

sfcr (version 0.2.1)

.broyden_solver: Broyden solver algorithm

Description

Broyden solver algorithm

Usage

.broyden_solver(.x0, .fn, max_ite, tol)

Arguments

.x0

Vector with initial guess for x.

.fn

A function containing the system of equations.

max_ite

Maximum number of iterations allowed

tol

A numeric value indicating the accepted tolerance to declare convergence.