cr.sparse.sls.ISTAState¶
- class cr.sparse.sls.ISTAState(x: jax._src.numpy.ndarray.ndarray, r: jax._src.numpy.ndarray.ndarray, r_norm_sqr: jax._src.numpy.ndarray.ndarray, x_change_norm: jax._src.numpy.ndarray.ndarray, 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