JuliaLinearAlgebra / IterativeSolvers.jl

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

Make maxiter the size of the matrix #171

Closed haampie closed 6 years ago

haampie commented 6 years ago

Closes #168. cc @cortner

andreasnoack commented 6 years ago

Looks like the DampenedMatrix needs a size method.

cortner commented 6 years ago

thank you for this