Rdocumentation
powered by
Learn R Programming
PEIP (version 1.7)
kac: Kaczmarz
Description
Implements Kaczmarz's algorithm to solve a system of equations iteratively
Usage
kac(A, b, tolx, maxiter)
Arguments
A
Constraint matrix
b
right hand side
tolx
difference tolerence for successive iterations (stopping criteria)
maxiter
maximum iterations (stopping criteria)
Value
x
solution
References
Aster, R.C., C.H. Thurber, and B. Borchers,
Parameter Estimation and Inverse Problems
, Elsevier Academic Press, Amsterdam, 2005.