cr.sparse.sls.PowerIterSolution

class cr.sparse.sls.PowerIterSolution(v: jax.Array, s: float, iterations: int)[source]

Solution of the eigen vector estimate

Attributes

iterations

Number of iterations to converge

s

The estimated eigen value

v

The estimated eigen vector