vkirangoud / cusp-library

Automatically exported from code.google.com/p/cusp-library
Apache License 2.0
0 stars 0 forks source link

Monitor lacks flexibility #70

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm trying to implement a solver which has several stop condition (exact 
solution found, best approximation found, and so on). There is no easy way for 
me to check the different stop conditions using the monitor.

Also the monitor requires a vector to calculate the norm residuals. In my case 
I know the norm of the residuals but I don't have direct access to the vector 
of the residuals.

Original issue reported on code.google.com by filipe.c...@gmail.com on 18 May 2011 at 5:48