Rdocumentation
powered by
Learn R Programming
PEIP (version 1.7)
art: ART Inverse solution
Description
ART algorythm for solving sparse linear inverse problems
Usage
art(A, b, tolx, maxiter)
Arguments
A
Constraint matrix
b
right hand side
tolx
difference tolerance for successive iterations (stopping criteria)
maxiter
maximum iterations (stopping criteria).
Value
x
solution
Details
Alpha is a damping factor. If alpha
References
Aster, R.C., C.H. Thurber, and B. Borchers,
Parameter Estimation and Inverse Problems
, Elsevier Academic Press, Amsterdam, 2005.