Skip to content
Snippets Groups Projects
  1. Oct 05, 2014
  2. Sep 12, 2014
    • Oliver Sander's avatar
      Generalize to allow FD approximation using boost multiprecision number types · bb0e72ac
      Oliver Sander authored
      Currently, the only use of FD is to double check the derivatives computed
      either by hand-written code or (more frequently) by automatic differentiation.
      However, only multiprecision number types allow to really be sure that the
      rounding/cut off errors of FD do not hide subtle errors.
      
      Unfortunately, this patch doesn't go all the way.  It now won't run with 'double'
      anymore.  Also, user code needs to be modified in small but inelegant ways
      (e.g., no 'std::' prefixes for math functions).  Since the FD tests don't
      have to be run every day that's okay for now.
      
      [[Imported from SVN: r9884]]
      bb0e72ac
  3. Aug 22, 2014
  4. Aug 18, 2014
  5. Dec 03, 2013
  6. Sep 03, 2013
  7. Jul 08, 2013
  8. Jul 03, 2013
  9. Apr 05, 2012
  10. Jan 11, 2012
  11. Sep 22, 2011
  12. Aug 19, 2011
  13. Jul 11, 2011
  14. Jun 13, 2011
  15. Jun 07, 2011
  16. Jun 06, 2011
  17. May 29, 2011
  18. May 23, 2011
  19. Apr 18, 2011
  20. Apr 05, 2011
  21. Jan 10, 2011
  22. Nov 05, 2010
  23. Oct 19, 2010
  24. Aug 13, 2010
  25. Apr 29, 2010
Loading