-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpaper.bib
136 lines (123 loc) · 4.46 KB
/
paper.bib
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
@Inbook{wang2014intel,
author="Wang, Endong
and Zhang, Qing
and Shen, Bo
and Zhang, Guangyong
and Lu, Xiaowei
and Wu, Qing
and Wang, Yajuan",
title="Intel Math Kernel Library",
bookTitle="High-Performance Computing on the Intel Xeon Phi: How to Fully Exploit MIC Architectures",
year="2014",
publisher="Springer International Publishing",
address="Cham",
pages="167--188",
abstract="In order to achieve optimal performance on multi-core and multi-processor systems, we need to fully use the features of parallelism and manage the memory hierarchical characters efficiently. The performance of sequential codes relies on the instruction-level and register-level SIMD parallelism, and also on high-speed cache-blocking functions. Threading applications need advanced planning to achieve satisfactory load balancing.",
isbn="978-3-319-06486-4",
doi="10.1007/978-3-319-06486-4_7",
url="https://doi.org/10.1007/978-3-319-06486-4_7"
}
@misc{vml,
author = {S. Kang, G. Shen and F. Du},
title = {vml: Vectorized Math Library},
year = {2020},
publisher = {GitHub},
journal = {GitHub repository},
url = {https://github.com/intel/VML}
}
@misc{OEIS,
title = {On-Line Encyclopedia of Integer Sequences},
howpublished = {\url{https://oeis.org/}},
note = {Founded: 1964}
}
@book{lang2012algebra,
title={Algebra},
author={Lang, Serge},
volume={211},
year={2012},
publisher={Springer Science \& Business Media},
doi="10.1007/978-1-4613-0041-0",
}
@book{bourbaki2013algebra,
title={Algebra II: Chapters 4-7},
author={Bourbaki, Nicolas},
year={2013},
publisher={Springer Science \& Business Media},
doi="10.1007/978-3-642-61698-3"
}
@article{evariste1846memoire,
title={M{\'e}moire sur les conditions de r{\'e}solubilit{\'e} des {\'e}quations par radicaux},
author={{\'E}variste, Galois},
journal={Journal de math{\'e}matiques pures et appliqu{\'e}es, Ser},
volume={1},
number={111846},
pages={417--433},
year={1846}
}
@book{holt2005handbook,
title={Handbook of computational group theory},
author={Holt, Derek F and Eick, Bettina and O'Brien, Eamonn A},
year={2005},
publisher={CRC Press},
doi="10.1201/9781420035216"
}
@book{heath1956thirteen,
title={The thirteen books of Euclid's Elements},
author={Heath, Thomas Little and others},
year={1956},
publisher={Courier Corporation}
}
@inproceedings{horner1815new,
title={A New Method of Solving Numerical Equations of all Orders, by Continuous Approximation.},
author={Horner, WG},
booktitle={Abstracts of the Papers Printed in the Philosophical Transactions of the Royal Society of London},
volume={2},
pages={117--117},
year={1815},
organization={JSTOR}
}
@book{knuth2014art,
title={Art of computer programming, volume 2: Seminumerical algorithms},
author={Knuth, Donald E},
year={2014},
publisher={Addison-Wesley Professional},
doi="10.1137/1012065"
}
@article{karney2013algorithms,
title={Algorithms for geodesics},
author={Karney, Charles FF},
journal={Journal of Geodesy},
volume={87},
pages={43--55},
year={2013},
publisher={Springer},
doi="10.1007/s00190-012-0578-z"
}
@INPROCEEDINGS{ChevillardJoldesLauter2010,
author="Chevillard, Sylvain and Jolde{\c{s}}, Mioara and Lauter, Christoph",
editor="Fukuda, Komei and Hoeven, Joris van der and Joswig, Michael and Takayama, Nobuki",
title="Sollya: An Environment for the Development of Numerical Codes",
booktitle="Mathematical Software -- ICMS 2010",
year="2010",
publisher="Springer Berlin Heidelberg",
address="Berlin, Heidelberg",
pages="28--31",
abstract="Sollya has become a mature tool for the development of numerical software. With about 175 built-in algorithms and a broad extensibility, it offers a complete tool-chain for fixed- and floating-point software and hardware design. Its features include on-the-fly faithful rounding, specialized approximation algorithms and extensive support for floating-point code generation.",
isbn="978-3-642-15582-6",
doi="10.1007/978-3-642-15582-6_5"
}
@article{graillat2006compensated,
title={Compensated horner scheme},
author={Graillat, Stef and Langlois, Philippe and Louvet, Nicolas},
journal={Algebraic and Numerical Algorithms and},
year={2006}
}
@misc{aerobus_benchmarks_2023,
author = {Comua},
title = {{Aerobus benchmarks}},
year = {2024},
url = {https://figshare.com/articles/dataset/Aerobus_benchmarks/27222777?file=49774845},
note = {CSV dataset},
publisher = {Figshare},
version = {v1}
}