https://github.com/CSCsw/LivarH
Raw File
Tip revision: 7d7a8897155e03fb9b9fb7ec73c576d918073384 authored by Mu Wang on 06 August 2015, 20:15:20 UTC
update README
Tip revision: 7d7a889
BUGS
Not many:

- incorrect results in rare cases if using malloc
  => default for ADOL-C memory allocation changed to calloc

- operations like adouble=value/adouble, adouble=value*adouble, etc. that
  overwrite the adouble argument cause either a segmentation fault, an error
  in seeking/reading the taylor stack or wrong derivatives when applying the
  reverse mode (only one taylor gets written but two are read back)

back to top