I'm having trouble using the least squares solver scipy.sparse.linalg.lsmr, I'm getting the following error:
AttributeError: 'module' object has no attribute 'lsmr'
at the top of my script I have
import scipy.sparse.linalg
I have of coursed tried google, but came up with nothing as the error is quite vague.
Does anybody have an idea on how to solve this?
Thanks!