JuliaLinearAlgebra / IterativeSolvers.jl

Iterative algorithms for solving linear systems, eigensystems, and singular value problems
MIT License
394 stars 106 forks source link

This comma does not belong here. #266

Closed mschauer closed 4 years ago

mschauer commented 4 years ago

It's not exactly clear to me how this did run all those years and apparently worked fine.

Edit: Apparently it worked as a nested loop, iterating over the result of the dot product and using f[i] as iteration variable and working this way.

mschauer commented 4 years ago

Merging in 24h.