cr.sparse.sls.PowerIterSolution¶
- class cr.sparse.sls.PowerIterSolution(v: jax._src.numpy.ndarray.ndarray, s: float, iterations: int)[source]¶
Solution of the eigen vector estimate
Attributes
iterationsNumber of iterations to converge
sThe estimated eigen value
vThe estimated eigen vector