Rdocumentation
powered by
Learn R Programming
PEIP (version 1.7)
sirt: SIRT Algorithm for sparse matrix inversion
Description
Row action method for inversion of matrices
Usage
sirt(A, b, tolx, maxiter)
Arguments
A
Design Matrix
b
vector, Right hand side
tolx
numeric, tolerance for stopping
maxiter
integer, Maximum iterations
Value
Solution vector
Details
Iterates until conversion
References
See Lees, 1989
See Also
art, kac