cr.sparse.cs.cs1bit.BIHTState

class cr.sparse.cs.cs1bit.BIHTState(x_I: jax.Array, I: jax.Array, r: jax.Array, n_mismatched_bits: jax.Array, 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