cr.sparse.sls.ISTAState¶
- class cr.sparse.sls.ISTAState(x: jax.Array, r: jax.Array, r_norm_sqr: jax.Array, x_change_norm: jax.Array, iterations: int)[source]¶
ISTA algorithm state
Attributes
iterationsNumber of iterations to converge
rCurrent residual
r_norm_sqrSquare of residual norm
xCurrent solution estimate
x_change_normChange in the norm of x