-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpaper.bib
More file actions
71 lines (65 loc) · 2.56 KB
/
paper.bib
File metadata and controls
71 lines (65 loc) · 2.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
@article{tapenade,
title = {{The Tapenade automatic differentiation tool: principles, model, and specification}},
author = {Hasco{\"e}t, Laurent and Pascual, Val{\'e}rie},
journal = {ACM Transactions on Mathematical Software (TOMS)},
volume = {39},
number = {3},
pages = {1--43},
year = {2013},
doi = {10.1145/2450153.2450158},
publisher = {ACM New York, NY, USA}
}
@book{griewank2008,
title = {Evaluating derivatives: principles and techniques of algorithmic differentiation},
author = {Griewank, Andreas and Walther, Andrea},
year = {2008},
doi = {10.1137/1.9780898717761},
publisher = {SIAM}
}
@article{HFBTHO,
title = {{HFBTHO-AD: Differentiation of a nuclear energy density functional code}},
author = {Laurent Hasco{\"e}t and Matt Menickelly and Sri Hari Krishna Narayanan and Jared O’Neal and Nicolas Schunck and Stefan M. Wild},
journal = {Computer Physics Communications},
volume = {320},
pages = {109955},
year = {2026},
doi = {10.1016/j.cpc.2025.109955},
}
@article{ADOLC,
title = {{Algorithm 755: ADOL-C: a package for the automatic differentiation of algorithms written in C/C++}},
author = {Griewank, Andreas and Juedes, David and Utke, Jean},
journal = {ACM Transactions on Mathematical Software (TOMS)},
volume = {22},
number = {2},
pages = {131--167},
year = {1996},
doi = {10.1145/229473.229474},
publisher = {Association for Computing Machinery},
}
@article{jonasson2020,
title = {{Algorithm 1005: Fortran subroutines for reverse mode algorithmic differentiation of blas matrix operations}},
author = {Jonasson, Kristjan and Sigurdsson, Sven and Yngvason, Hordur Freyr and Ragnarsson, Petur Orri and Melsted, Pall},
journal = {ACM Transactions on Mathematical Software (TOMS)},
volume = {46},
number = {1},
pages = {1--20},
year = {2020},
doi = {10.1145/3382191},
publisher = {ACM New York, NY, USA}
}
@article{giles2008,
title = {An extended collection of matrix derivative results for forward and reverse mode automatic differentiation},
author = {Giles, Mike},
year = {2008},
}
@inproceedings{TAF,
title = {{Applying TAF to generate efficient derivative code of Fortran 77-95 programs}},
author = {Giering, Ralf and Kaminski, Thomas},
booktitle = {{PAMM: Proceedings in Applied Mathematics and Mechanics}},
volume = {2},
number = {1},
pages = {54--57},
year = {2003},
doi = {10.1002/pamm.200310014},
organization = {Wiley Online Library}
}