You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using normest for a non-square matrix and was prompted with a dimension error. I believe in this line, the n should be changed to an m since the operator S has size (m,n).
I tried using
normest
for a non-square matrix and was prompted with a dimension error. I believe in this line, then
should be changed to anm
since the operatorS
has size(m,n)
.LinearOperators.jl/src/utilities.jl
Line 39 in 0295c20
The text was updated successfully, but these errors were encountered: