-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpaper.bib
More file actions
57 lines (52 loc) · 1.67 KB
/
Copy pathpaper.bib
File metadata and controls
57 lines (52 loc) · 1.67 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
@INPROCEEDINGS{9092407,
author={Oden, Lena},
booktitle={2020 28th Euromicro International Conference on Parallel, Distributed and Network-Based Processing (PDP)},
title={Lessons learned from comparing C-CUDA and Python-Numba for GPU-Computing},
year={2020},
volume={},
number={},
pages={216-223},
keywords={Python;Graphics processing units;Libraries;Kernel;Indexes;Benchmark testing},
doi={10.1109/PDP50117.2020.00041}
}
@article{pyamg2023,
author = {Nathan Bell and Luke N. Olson and Jacob Schroder and Ben Southworth},
title = {{PyAMG}: Algebraic Multigrid Solvers in Python},
journal = {Journal of Open Source Software},
year = {2023},
publisher = {The Open Journal},
volume = {8},
number = {87},
pages = {5495},
doi = {10.21105/joss.05495},
url = {https://joss.theoj.org/papers/10.21105/joss.05495}
}
@inproceedings{lam2015numba,
title={Numba: A llvm-based python jit compiler},
author={Lam, Siu Kwan and Pitrou, Antoine and Seibert, Stanley},
booktitle={Proceedings of the Second Workshop on the LLVM Compiler Infrastructure in HPC},
pages={1--6},
year={2015}
}
@software{joblib2020,
title = {Joblib: running Python functions as pipeline jobs},
author = {{Joblib Development Team}},
year = {2020},
url = {https://joblib.readthedocs.io/}
}
@book{jackson1999classical,
title={Classical Electrodynamics},
author={Jackson, John David},
year={1999},
edition={3},
publisher={Wiley},
address={New York, NY},
isbn={9780471309321}
}
@book{hawkes1972electron,
title={Electron Optics and Electron Microscopy},
author={Hawkes, P. W.},
year={1972},
publisher={Taylor \& Francis},
address={London}
}