Skip to content
Snippets Groups Projects
  1. Jul 11, 2022
  2. Jun 23, 2019
  3. Jan 02, 2018
  4. Jan 17, 2016
  5. Nov 20, 2015
  6. Oct 05, 2014
  7. 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
  8. Aug 22, 2014
  9. Aug 18, 2014
  10. Dec 03, 2013
  11. Sep 03, 2013
  12. Jul 08, 2013
  13. Jul 03, 2013
  14. Apr 05, 2012
  15. Jan 11, 2012
  16. Sep 22, 2011
  17. Aug 19, 2011
  18. Jul 11, 2011
  19. Jun 13, 2011
  20. Jun 07, 2011
  21. Jun 06, 2011
  22. May 29, 2011
  23. May 23, 2011
  24. Apr 18, 2011
  25. Apr 05, 2011
Loading