cr.sparse.cs.cs1bit.BIHTState

class cr.sparse.cs.cs1bit.BIHTState(x_I: jax._src.numpy.ndarray.ndarray, I: jax._src.numpy.ndarray.ndarray, r: jax._src.numpy.ndarray.ndarray, n_mismatched_bits: jax._src.numpy.ndarray.ndarray, iterations: int)[source]

Represents the state of the BIHT algorithm

Attributes

I

The support for non-zero values

iterations

The number of iterations it took to complete

n_mismatched_bits

Alias for field number 3

r

The residuals

x_I

Non-zero values