Hi,

What would you guys think about using some additional control over the
iterative solvers. I've thought about:
- Matrix-vector product policy : can be useful for "matrix-free"
implementations.
- Custom stopping criterion
- For CG, a policy for "what to do when the matrix is found to be
indefinite (pAp < 0)

I've had to reimplement CG for this reason (for nonlinear truncated newton
methods), and some others users might have had to reimplement them too in
some other context.
Can you think about any other functors one could pass for other solvers
such as GMRES (for which I have no knowledge)?

Philippe
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
ViennaCL-devel mailing list
ViennaCL-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/viennacl-devel

Reply via email to