-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathift.bib
2188 lines (1941 loc) · 65.5 KB
/
ift.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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@manual{iABR03a,
AUTHOR="M. A. Abramson and C. Audet and G. Couture and J. E. {Dennis Jr.} and S. {Le Digabel}",
YEAR={2003},
TITLE="The {NOMAD} Project",
note={Software available at \url{http://www.gerad.ca/nomad}} }
@manual{iACT03a,
author = {ActiveState},
title = {{ASPN}: Reference---ActivePerl Docs},
institution = {ActiveState},
year = {2003},
note = {Available online at
\url{http://aspn.activestate.com/ASPN/Reference/Products/ASPNTOC-ACTIVEPERL}},
OPTannote = {}
}
@BOOK {iAHO74a,
AUTHOR="A. V. Aho and J. E. Hopcroft and J. D. Ullman",
TITLE={The Design and Analysis of Computer Algorithms},
PUBLISHER="Addison-Wesley",
ADDRESS = {Reading, MA, USA},
YEAR={1974} }
@book{iALE01a,
author = {Andrei Alexandrescu},
title = {Modern {C}++ design: generic programming and design patterns applied},
year = {2001},
isbn = {0-201-70431-5},
publisher = {Addison-Wesley Longman Publishing Co., Inc.},
address = {Boston, MA, USA},
}
@manual{iAMD11a,
author = "{AMD} Developer Central",
qqauthor = "{AMD} Corp",
title = {{AMD} Core Math Library ({ACML})},
year = 2011,
organization = "Advanced Micro Devices, Inc.",
note = "See \url{http://developer.amd.com/libraries/acml/pages/default.aspx}"
}
@manual{iAMD11b,
author = "{AMD} Developer Central",
qqauthor = "{AMD} Corp",
title = {{AMD} Core Math Library for Graphic Processors ({ACML-GPU})},
year = 2011,
organization = "Advanced Micro Devices, Inc.",
note = "See \url{http://developer.amd.com/libraries/acmlgpu/Pages/default.aspx}"
}
@manual{iAMD11c,
author = "{AMD} Developer Central",
qqauthor = "{AMD} Corp",
title = {Getting Started with OpenCL},
year = 2011,
organization = "Advanced Micro Devices, Inc.",
note =
"See \url{http://developer.amd.com/zones/OpenCLZone/pages/GettingStarted.aspx}"
}
@manual{iAMD11d,
author = "{AMD} Developer Central",
qqauthor = "{AMD} Corp",
title = {Magny-Cours Zone},
year = 2011,
organization = "Advanced Micro Devices, Inc.",
note =
"See \url{http://developer.amd.com/zones/Magny-Cours/Pages/default.aspx}"
}
@BOOK{iAND99a,
AUTHOR = {Anderson, E. and Bai, Z. and Bischof, C. and
Blackford, S. and Demmel, J. and Dongarra, J. and
Du Croz, J. and Greenbaum, A. and Hammarling, S. and
McKenney, A. and Sorensen, D.},
TITLE = {{LAPACK} Users' Guide},
EDITION = {Third},
PUBLISHER = {Society for Industrial and Applied Mathematics},
YEAR = {1999},
ADDRESS = {Philadelphia, PA},
ISBN = {0-89871-447-8 (paperback)} }
@online{iAND05a,
author = {S. E. Anderson},
title = {Bit Twiddling Hacks},
year = 2005,
url = {http://graphics.stanford.edu/~seander/bithacks.html},
urldate = {2018-08-02}
}
@inproceedings{iARI95a,
title={All-pairs min-cut in sparse networks},
author={Arikati, S. R. and Chaudhuri, S. and Zaroliagis, C. D.},
booktitle={Foundations of Software Technology and Theoretical Computer Science},
pages={363--376},
year={1995},
organization={Springer}
}
@manual{iARN04a,
author = "C. Arnold and D. Lucas and others",
title = {dom4j},
year = 2004,
organization = "MetaStuff Ltd.",
note = "See \url{http://www.dom4j.org}"
}
@Manual{iBAI04,
author = {S. Bailliez and N. K. Barozzi and others},
title = {Apache Ant User Manual},
organization = {Apache},
year = {2004},
note = "See \url{http://ant.apache.org/manual}"
}
@report{iBAR14a,
author = {B. Barney},
title = {Introduction to Parallel Computing},
organization = {Lawrence Livermore National Laboratory},
number = {UCRL-MI-133316},
year = {2014},
note = "\url{https://computing.llnl.gov/tutorials/parallel_comp/}"
}
@inbook{iBEL20a,
author = {Francois Belletti and Davis King and Kun Yang and Roland Nelet
and Yusef Shafi and Yi-Fan Shen and John Anderson},
title = {Tensor Processing Units for Financial {Monte Carlo}},
booktitle = {Proceedings of the 2020 {SIAM} Conference on Parallel Processing for Scientific Computing},
chapter = {},
pages = {12--23},
doi = {10.1137/1.9781611976137.2},
xURL = {https://epubs.siam.org/doi/abs/10.1137/1.9781611976137.2},
}
@Book{iBEZ70a,
author = {P. B\'ezier},
title = {Emploi des Machines \`a Commande Num\'erique},
publisher = {Masson et cie.},
year = {1970},
address = {Paris},
OPTedition = {},
OPTannote = {}
}
@InProceedings{iBIE06a,
affiliation = {EPFL},
author = {Bierlaire, Michel},
booktitle = {Swiss {T}ransport {R}esearch {C}onference},
details = {http://infoscience.epfl.ch/record/117133},
documenturl = {http://infoscience.epfl.ch/getfile.py?mode=best&recid=117133},
location = {Ascona, Switzerland},
title = { {BIOGEME}: a free package for the estimation of discrete choice models},
year = 2006
}
@Book{iBIR79a,
author = {G. M. Birtwistle and O.J. Dahl and
B. Myhrhaug and K. Nygaard},
ALTeditor = {},
title = {{S}imula begin},
publisher = {Lund:Studentlitteratur},
year = {1979},
OPTannote = {}
}
@BOOK {iBLA83a,
AUTHOR="R. E. Blahut",
TITLE={Theory and Practice of Error Control Codes},
PUBLISHER="Addison-Wesley Publishing Company",
ADDRESS = {Reading, MA, USA},
YEAR={1983} }
@Book{iBLO01a,
author = {J. Bloch},
title = {Effective {J}ava Programming Language Guide},
COLLECTION="Java series",
PUBLISHER="Addison-Wesley",
month = May,
year = {2001}
}
@unpublished{iBOO12a,
author = {Boost.org},
title = {Boost {C}++ Libraries},
howpublished = {\url{http://www.boost.org}},
url = {http://www.boost.org},
year = {2012},
OPTnote = {Accessed 25/08/2012}
}
@BOOK {iBRA87b,
AUTHOR="G. Brassard and P. Bratley",
TITLE={Algorithmique, Conception et Analyse},
PUBLISHER="Masson, Paris and Les Presses de l'Universit{\'e}
de Montr{\'e}al",
ADDRESS={Paris},
YEAR={1987},
NOTE={version fran\c{c}aise} }
@BOOK {iBRA88a,
AUTHOR="G. Brassard and P. Bratley",
TITLE={Algorithmics, Theory and Practice},
PUBLISHER={Prentice-Hall},
YEAR={1988} }
@BOOK {iBRA88b,
AUTHOR="G. Brassard",
TITLE={Modern Cryptology - A Tutorial},
VOLUME={325},
SERIES={Lecture Notes in Computer Science},
PUBLISHER={Springer Verlag},
YEAR={1988} }
@manual{iBRA21a,
author = "J. Bradbury and R. Frostig and P. Hawkins and M. J. Johnson and
C. Leary and D. Maclaurin and G. Necula and A. Paszke and J. Vander{P}las
and S. Wanderman-{M}ilne and Q. Zhang",
title = {{JAX}: composable transformations of {P}ython+{N}um{P}y programs},
note = {\url{http://github.com/google/jax}, accessed $9^{\rm th}$ August 2021},
version = {0.2.14},
year = {2021},
}
@article{iBRE71a,
author = {R. P. Brent},
title = {An algorithm with guaranteed convergence for
finding a zero of a function},
journal = {Computer Journal},
year = {1971},
volume = {14},
optnote = {Brent-Dekker method},
pages = {422--425},
}
@book{iBRE73a,
author = {R. P. Brent},
title = {Algorithms for Minimization without Derivatives},
publisher = {Prentice-Hall},
address = {Englewood Cliffs, NJ},
year = {1973},
}
@inproceedings{iBRE08a,
author = {Brent, Richard and Gaudry, Pierrick and Thom\'e, Emmanuel and Zimmermann, Paul},
title = {Faster Multiplication in GF(2)[x]},
booktitle = {Proceedings of {ANTS-VIII}},
series = {Lecture Notes in Computer Science 5011},
editors = {A. J. {van der Poorten} and A. Stein},
Xisbn = {978-3-540-79455-4},
doi = {10.1007/978-3-540-79456-1_10},
year = {2008},
pages = {153--166},
}
@INCOLLECTION {iBRI92a,
AUTHOR="E. F. Brickell and A. M. Odlyzko",
BOOKTITLE={Contemporary Cryptology: The Science of Information
Integrity},
CHAPTER={10},
TITLE={Cryptanalysis - A Survey of Recent Results},
PUBLISHER="IEEE Press",
YEAR={1992},
EDITOR={G. J. Simmons} }
@ARTICLE {iBRO81a,
AUTHOR="C. A. Brown and P. W. Purdom",
YEAR={1981},
TITLE="An Average Time Analysis of Backtracking",
JOURNAL={SIAM J. Comput.},
VOLUME={10},
PAGES={583--593} }
@unpublished{iBRO94a,
AUTHOR="B. W. Brown and J. Lovato and K. Russell",
TITLE={Library of {C} Routines for Cumulative Distribution
Functions, Inverses, and Other Parameters},
YEAR={1994},
NOTE={See \url{http://odin.mdacc.tmc.edu/anonftp/#DCDFLIB}}}
@manual{iBRO04a,
author = {D. Brownell},
title = {{SAX}},
note = "\url{http://www.saxproject.org}",
year=2004
}
@manual{iBUI05a,
author = {E. Buist and P. L'Ecuyer},
title = {{ContactCenters}: A {J}ava Library for Simulating Contact Centers},
note = {Software {user's} guide, see \url{http://simul.iro.umontreal.ca/contactcenters}},
institution = {D{\'e}partement d'Informatique et de Recherche
Op{\'e}rationnelle, Universit{\'e} de Montr{\'e}al},
year = {2005}
}
@MastersThesis{iBUI05b,
author = {E. Buist},
title = {Conception et implantation d'une biblioth{\`e}que pour la simulation de
centres de contacts},
school = {D{\'e}partement d'Informatique et de Recherche
Op{\'e}rationnelle, Universit{\'e} de Montr{\'e}al},
year = {2005}
}
@manual{iBUI12a,
author = {E. Buist and P. L'Ecuyer},
title = {{ContactCenters}: A {J}ava Library for Simulating Contact Centers},
note = {Software {user's} guide, available at \url{http://simul.iro.umontreal.ca/contactcenters}},
institution = {D{\'e}partement d'Informatique et de Recherche
Op{\'e}rationnelle, Universit{\'e} de Montr{\'e}al},
year = {2012}
}
@unpublished{iBUR12a,
author={J. Burkardt},
title = {{LATTICE\_RULE}},
howpublished = {\url{http://people.sc.fsu.edu/~jburkardt/m_src/lattice_rule/lattice_rule.html}},
url = {http://people.sc.fsu.edu/~jburkardt/m_src/lattice_rule/lattice_rule.html},
year = {2012},
OPTnote = {Accessed 25/08/2012}
}
@unpublished{iBUR24g,
author={J. Burkardt},
title = {\texttt{test\_interp\_nd}},
howpublished = {\url{https://people.sc.fsu.edu/~jburkardt/cpp_src/test_interp_nd/test_interp_nd.html}},
url = {https://people.sc.fsu.edu/~jburkardt/cpp_src/test_interp_nd/test_interp_nd.html},
year = {2024},
note = {Accessed 10/04/2024}
}
@article{iBUS75a,
author = {J. C. P. Bus and T. J. Dekker},
title = {Two Efficient Algorithms with Guaranteed Convergence
for Finding a Zero of a Function},
journal = {ACM Transactions of Mathematical Software},
year = {1975},
volume = {1},
number = {4},
optnote = {Brent-Dekker method},
pages = {330--345},
}
@ARTICLE {iCAR79a,
AUTHOR="J. L. Carter and M. N. Wegman",
TITLE="Universal Classes of Hash Functions",
JOURNAL={Journal of Computer and System Sciences},
YEAR={1979},
VOLUME={18},
PAGES={143--154} }
@unpublished{ iCHA00a,
author = "F. Chabaud and R. Lercier",
title = "A toolbox for fast computation in finite extension over finite rings",
note = "Software {user's} guide. See \url{http://zenfact.sourceforge.net/}",
year = "2000"
}
@Article{iCHI01a,
author = {H.-T. Chiao and S.-M. Yuan},
title = {An Enhanced Thread Synchronization Mechanism for {J}ava},
journal = {Software Practice and Experience},
year = {2001},
volume = {31},
number = {7},
pages = {667--695},
OPTnote = {threads, monitor, semaphores, priority, java},
OPTannote = {}
}
@BOOK{iCOL87a,
author = {C. J. Colbourn},
title = {The Combinatorics of Network Reliability},
publisher = {Oxford University Press},
year = {1987},
address = {New York}
}
@article{iCOP95a,
author = {James Coplien},
title = {Curiously Recurring Template Pattern},
journal = {C++ Report},
year = {1995},
month = {February},
pages = {24--27},
}
@book{iCOR01a,
author = {Cormen, T. H. and Leiserson, C. E. and Rivest, R. L. and C. Stein},
title = "Introduction to Algorithms",
edition = "second",
month = sep,
year = 2001,
publisher = {{MIT} Press}
}
@Article{iDIJ59a,
author = {E. W. Dijkstra},
title = {A note on two problems in connexion with graphs},
journal = {Numerische Mathematik},
year = {1959},
volume = {1},
pages = {269--271}
}
@misc{iDRA00a,
author = "{DRA Systems}",
title = "{OR-Objects 1.2.4}",
note = "Mathematica Library in {J}ava; see \url{http://www.opsresearch.com}",
year = "2000"}
@Article{iDWO14a,
author = {Cynthia Dwork and Aaron Roth},
title = {The algorithmic foundations of differential privacy},
journal = {Foundations and trends in theoretical computer science},
year = {2014},
volume = {9},
number = {3--4},
pages = {211--407}
}
@article{iDWO17a,
author={Dwork, Cynthia and McSherry, Frank and Nissim, Kobbi and Smith, Adam},
title={Calibrating Noise to Sensitivity in Private Data Analysis},
journal={Journal of Privacy and Confidentiality},
volume={7},
number={3},
year={2017},
pages={17--51} }
@MANUAL {iECK85a,
AUTHOR="H. Eckhardt and J. Koch and M. Mall and P. Putfarken",
TITLE="Logitech Modula-2 Users's Manual",
ORGANIZATION={Logitech Inc},
ADDRESS={Redwood City, California},
YEAR={1985} }
@misc{iEIS97a,
author = "{J. Eisner}",
title = "{State-of-the-Art Algorithms for Minimum Spanning Trees:
A Tutorial Discussion}",
note = "Manuscript, {U}niversity of {P}ennsylvania,
\url{http://www.cs.jhu.edu/~jason/papers/eisner.mst-tutorial.pdf}",
year = "1997"}
@INCOLLECTION {iFIS99a,
AUTHOR="M. Fisher",
TITLE="Trail: {JDBC} Database Access",
BOOKTITLE="The {J}ava tutorial continued: the rest of the {JDK}",
COLLECTION="Java series",
PUBLISHER="Addison-Wesley",
ADDRESS="Don Mills, Ontario",
YEAR={1999},
PAGES={291--358},
NOTE="Also available from \url{http://java.sun.com/docs/books/tutorial/jdbc/index.html}"
}
@Book{iFLA99a,
author = {D. Flanagan},
title = {{J}ava in a Nutshell},
publisher = {O'Reilly},
year = {1999},
address = {Sebastopol, CA},
edition = {third},
OPTnote = {},
OPTannote = {}
}
@Book{iFLA00a,
author = {D. Flanagan},
title = {{J}ava Examples in a Nutshell},
publisher = {O'Reilly},
year = {2000},
address = {Sebastopol, CA},
edition = {second},
OPTnote = {},
OPTannote = {}
}
@Manual{iFLA07a,
author = {M. T. Flanagan},
title = {{M}ichael {T}homas {F}lanagan's Scientific {J}ava Library},
year = {2007},
note = {Available at \url{http://www.ee.ucl.ac.uk/~mflanaga}}
}
@misc{iFLI23a,
author = {{Flint Development Team}},
title = {{FLINT}: Fast Library for Number Theory},
year = {2023},
note = {\url{www.flintlib.org/}}
}
@Book{iFOL90a,
author = {J. D. Foley and {A. Van Dam} and S. K. Feiner
and J. F. Hughes},
ALTeditor = {},
title = {Computer Graphics---Principles and Practice},
publisher = {Addition Wesley},
year = {1990},
edition = {second},
OPTannote = {}
}
@ARTICLE {iFOX78a,
AUTHOR="B. L. Fox",
YEAR={1978},
TITLE="Data Structures and Computer Science Techniques in
Operations Research",
JOURNAL={Operations Research},
VOLUME={26},
PAGES={686--717} }
@article{iFRI05a,
author = {Matteo Frigo and Steven~G. Johnson},
title = {The Design and Implementation of {FFTW3}},
journal = {Proceedings of the IEEE},
year = 2005,
volume = 93,
number = 2,
pages = {216--231},
note = {Special issue on ``Program Generation, Optimization, and Platform Adaptation''}
}
@manual{iFRI19a,
AUTHOR = {Jerome Friedman and Trevor Hastie and Rob Tibshirani and
Balasubramanian Narasimhan and Noah Simon and Junyang Qian},
TITLE = {{R} Package glmnet: {Lasso} and Elastic-Net Regularized
Generalized Linear Models},
YEAR = {2019},
note = {\url{https://CRAN.R-project.org/package=glmnet}}
}
@Misc{iGAL02a,
author = {M. Galassi and J. Davies and J. Theiler and B. Gough
and G. Jungman and M. Booth and F. Rossi},
title = {{GSL -- GNU} {S}cientific {L}ibrary: Reference Manual},
edition = {1.6},
month = {December},
year = {2004},
note = {\url{http://www.gnu.org/software/gsl/}},
OPTannote = {C library}
}
@Book{iGAM98a,
author = {E. Gamma and R. Helm and R. Johnson and J. Vlissides},
title = {Design Patterns: Elements of Reusable Object-Oriented Software},
publisher = {Addison-Wesley},
year = {1998},
address = {Reading, MA},
edition = {second},
OPTannote = {}
}
@Misc{iGAM05a,
author = {B. M. Gammel},
title = {Matpack {C++} {N}umerics and {G}raphics {L}ibrary, {R}elease 1.8.1},
edition = {Release 1.8.1},
year = {2005},
note = {\url{http://users.physik.tu-muenchen.de/gammel/matpack/index.html}},
annote = {C++ library}
}
@misc{iGAR02a,
author = {J. M. Garrido},
title = {The {Psim-J} Library},
institution = {Department of Computer and Information Systems,
Kennesaw State University},
year = 2002,
note = "See \url{http://science.kennesaw.edu/~jgarrido/psimj.html}"
}
@Book{iGAS11a,
author = {B. Gaster and L. Howes and D. R. Kaeli and P. Mistry and D. Schaa},
title = {Heterogeneous Computing with {OpenCL}},
publisher = {Morgan Kaufmann},
year = {2011}
}
@unpublished {iGAU97a,
AUTHOR="{{Apatech Systems Inc.}}",
TITLE="{GAUSS}",
EDITIONx={Edition 9.2},
NOTE={See \url{http://www.apatech.com}},
ADDRESS={Houston, Texas},
YEAR={1997} }
@inproceedings{iGEN84a,
author = {Genz, Alan},
title = {Testing Multidimensional Integration Routines},
year = {1984},
Xisbn = {0444875700},
publisher = {Elsevier North-Holland},
booktitle = {Proceedings of the International Conference on Tools,
Methods and Languages for Scientific and Engineering Computation},
pages = {81--94},
Xlocation = {Paris, France}
}
@INCOLLECTION {iGEN87a,
author="Genz, Alan",
title="A Package for Testing Multiple Integration Subroutines",
bookTitle="Numerical Integration: Recent Developments, Software and Applications",
editor="Keast, Patrick and Fairweather, Graeme",
year="1987",
publisher="Springer Netherlands",
address="Dordrecht",
pages="337--340",
}
@Manual{iGIL11a,
author = {M. Giles},
title = {Course on {CUDA} Programming},
organization = {Oxford University Mathematical Institute},
year = {2011},
note = {Available at \url{http://people.maths.ox.ac.uk/gilesm/cuda/}}
}
@BOOK {iGLE84a,
AUTHOR="R. Gleaves",
TITLE={Modula-2 for Pascal Programmers},
PUBLISHER="Springer-Verlag",
ADDRESS={New York, NY},
YEAR={1984} }
@Manual{iGMP06a,
title = {{GMP}: The GNU Multiple Precision Arithmetic Library},
organization = {Free Software Foundation, Inc},
year = {2006},
note = {Available at \url{http://gmplib.org/}}
}
@Book{iGOO94a,
author = {M. Goossens and F. Mittelbach and A. Samarin},
title = {The \LaTeX{} Companion},
publisher = {Addison-Wesley},
year = {1994},
OPTannote = {}
}
@Book{iGOO97a,
author = {M. Goossens and S. Rahtz and F. Mittelbach},
title = {The \LaTeX{} Graphics Companion},
publisher = {Addison-Wesley},
year = {1997},
OPTannote = {}
}
@Book{iGOO99a,
author = {M. Goossens and S. Rahtz},
title = {The \LaTeX{} Web Companion},
publisher = {Addison-Wesley},
year = {1999},
OPTannote = {}
}
@Book{iGOO16a,
author = {I. Goodfellow and Y. Bengio and A. Courville},
title = {Deep Learning},
publisher = {The {MIT} Press},
year = {2016},
address = {Cambridge, Massachusetts}
}
@Book{iGOS00a,
author = {J. Gosling and B. Joy and Steele Jr., G. L.},
title = {The {J}ava Language Specification},
edition = {Second},
COLLECTION="Java series",
PUBLISHER="Addison-Wesley",
year = {2000},
note = "Also available from \url{http://java.sun.com/docs/books/jls}"
}
@article{iGUS90a,
title={Very simple methods for all pairs network flow analysis},
author={Gusfield, D.},
journal={SIAM Journal on Computing},
volume={19},
number={1},
pages={143--155},
year={1990},
}
@inproceedings{iHAM07a,
author = {C. H. Hamilton and A. Rau-Chaplin},
title = {Compact {H}ilbert Indices for Multidimensional Data},
booktitle = {Proceedings of the First International Conference on Complex,
Intelligent, and Software Intensive Systems (CISIS'07)},
publisher = {{IEEE}},
year = 2007,
pages = {139--146},
doi = "10.1109/CISIS.2007.16"
}
@Manual{iHAR15a,
author = {W. Hart and F. Johanssony and S. Pancratz},
title = {{FLINT}: Fast Library for Number Theory},
year = {2015},
Xmonth = {Feb},
note = {Reference Manual, Version 2.5.2,
available at \url{www.flintlib.org/flint-2.5.pdf}}
}
@report{iHER22a,
title = {The Science of Scientific Software Development and Use},
author = {Heroux, Michael A. and Bernholdt, David E. and McInnes, Lois Curfman and Cary, John R. and
Katz, Daniel S. and Raybourn, Elaine M. and Rouson, Damian},
OPTdoi = {10.2172/1846008},
url = {{https://www.osti.gov/biblio/1846008}},
note = {US Department of Energy, \url{https://www.osti.gov/biblio/1846008}},
year = {2022},
}
@report{iHER23a,
title = {Basic Research Needs in The Science of Scientific Software Development and Use:
Investment in Software is Investment in Science},
author = {Heroux, Michael A. and Bernholdt, David E. and McInnes, Lois Curfman and Cary, John R.
and Katz, Daniel S. and Raybourn, Elaine M. and Rouson, Damian},
doi = {10.2172/1846009},
url = {https://www.osti.gov/biblio/1846009},
note = {US Dept of Energy, \url{https://www.osti.gov/biblio/1846009}},
year = {2023},
month = {8}
}
@manual{iHES21a,
author = {M. Hessel and R. Schneider},
title = {Pseudo Random Numbers in {JAX}},
year = {2021},
note = {\url{https://jax.readthedocs.io/en/latest/jax-101/05-random-numbers.html}}
}
@Book{iHOL00a,
author = {A. Holub},
title = {Taming {J}ava Threads},
publisher = {APress (distributed by Springer-Verlag, NY)},
year = {2000},
OPTaddress = {},
OPTnote = {},
OPTannote = {}
}
@BOOK {iHOP79a,
AUTHOR="J. E. Hopcroft and J. D. Ullman",
TITLE={Introduction to Automata Theory, Languages and Computation},
PUBLISHER="Addison Wesley",
YEAR={1979} }
@manual{iHOR00a,
author = {Le Hors, A. and Le H{\'e}garet, Philippe and L. Wood and G. Nicol and
J. Robie and M. Champion and S. Byrne},
title = {Document Object Model Level 2 Core},
institution = {W3C},
year = 2000,
month = nov,
note = "See \url{http://www.w3.org/TR/DOM-Level-2-Core}"
}
@manual{iHOR04a,
author = {Le Hors, A. and Le H{\'e}garet, Philippe and L. Wood and G. Nicol and
J. Robie and M. Champion and S. Byrne},
title = {Document Object Model Level 3 Core},
institution = {W3C},
year = 2004,
month = apr,
note = "See \url{http://www.w3.org/TR/DOM-Level-3-Core}"
}
@Manual{iHOS02a,
title = {The Colt Distribution:
Open Source Libraries for High Performance
Scientific and Technical Computing in Java},
author = {Wolfgang Hoschek},
organization = {CERN},
address = {Geneva},
year = {2004},
note = {Available at
\url{http://dsd.lbl.gov/~hoschek/colt/}},
OPTannote = {}
}
@Manual{iHOS04a,
old = {iHOS02a},
title = {The Colt Distribution:
Open Source Libraries for High Performance
Scientific and Technical Computing in Java},
author = {Wolfgang Hoschek},
organization = {CERN},
address = {Geneva},
year = {2004},
note = {Available at
\url{http://acs.lbl.gov/software/colt/}},
OPTannote = {}
}
@manual{iHUN04a,
author = {J. Hunter and B. McLaughlin},
title = {{JDOM}},
year = {2004},
note = "See \url{http://www.jdom.org}"
}
@Book{iHYD99a,
author = {P. Hyde},
title = {{J}ava Thread Programming},
publisher = {SAMS Publications},
year = {1999},
address = {Indianapolis, IN},
OPTnote = {},
OPTannote = {java, threads, threads pool}
}
@manual{iIBM11a,
ppauthor = {IBM},
title = {OpenCL Development Kit for Linux on Power},
organization = {{IBM} Corporation},
year = 2011,
note = "See \url{
https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?source=swg-open-cl
}"
}
@misc{iILO06a,
author = "{ILOG, Inc}",
title = "{ILOG CPLEX}: High-performance software for
mathematical programming and optimization",
note = "See \url{http://www.ilog.com/products/cplex/}",
year = "2006"
}
@MANUAL {iIMS87a,
AUTHOR="{IMSL}",
TITLE="{IMSL} Library Users's Manual, Vol.3",
EDITIONx={Edition 9.2},
ORGANIZATION={IMSL},
ADDRESS={Houston, Texas},
YEAR={1987} }
@manual{iINT11a,
title = {{I}ntel math kernel library},
organization = {{I}ntel Corporation},
year = 2011,
note = "See \url{http://software.intel.com/en-us/articles/intel-mkl/}"
}
@manual{iINT11b,
title = {{I}ntel {OpenCL SDK}},
organization = {{I}ntel Corporation},
year = 2011,
note = "See \url{http://software.intel.com/en-us/articles/vcsource-tools-opencl-sdk/}"
}
@manual{iINT11c,
title = {Intel Research: single-chip cloud computer},
organization = {{I}ntel Corporation},
year = 2011,
note = "See \url{
http://www.intel.com/content/www/us/en/research/
intel-labs-single-chip-cloud-computer.html
}"
}
@manual{iINT15a,
title = {{I}ntel math kernel library reference manual, MKL 11.2},
organization = {{I}ntel Corporation},
note={Document Number 630813-065US},
year = 2015,
url = "https://software.intel.com/en-us/mkl_11.2_ref_pdf",
xnote = {Chapter 9: VSL, with RNGs},
}
@misc{iITA09a,
author = {G. F. Italiano},
title = {{LEDA} Extension Package: Dynamic Graph Algorithms},
note= {\url{http://www.mpi-inf.mpg.de/LEDA/friends/dyngraph.html}},
year={2009}
}
@Manual{iJAC05a,
author = {P. H. M. Jacobs},
title = {DSOL: an open source, {J}ava based, suite for continuous
and discrete event simulation},
xauthor = {},
organization = {Technische Universiteit Delft},
address = {Delft, Netherlands},
year = {2005},
note = {Available at
\url{http://www.simulation.tudelft.nl/dsol/}}
}
@MANUAL {iJAG92a,
AUTHOR="D. J{\"a}ger",
YEAR={1992},
TITLE="MCS Modula-2 Cross System, User's Guide",
ORGANISATION={ModulaWare},
ADDRESS={La Chanenche, France} }
@misc{iJAX21a,
author = "{JAX}",
title = "{JAX}",
note = "See \url{https://github.com/google/jax}",
year = "2019"}
@manual{iKHR08a,
title = {{Khronos Group} releases {OpenCL} 1.0 specification},
organization = {Khronos Group},
year = 2008,
note = "See \url{
http://www.khronos.org/news/press/releases/
the_khronos_group_releases_opencl_1.0_specification/
}"
}
@manual{iKHR10a,
title = {{OpenCL}: the open standard for parallel programming of heterogeneous systems},
organization = {Khronos Group},
year = 2010,
note = "See \url{http://www.khronos.org/opencl/}"
}
@manual{iKHR11a,
title = {{OpenGL}: the industry\textquoteright s foundation for high performance graphics},
organization = {Khronos Group},
year = 2011,
note = "See \url{http://www.opengl.org/}"
}
@BOOK {iKIN88a,
AUTHOR="K. N. King",
TITLE={TopSpeed Modula-2, User's Manual},
PUBLISHER="Marcel Dekker",
ADDRESS={New York, NY},
YEAR={1980} }
@BOOK {iKIR10a,
AUTHOR="D. B. Kirk and W. W. Hwu",
TITLE={Programming Massively Parallel Processors: a Hands-on Approach},
PUBLISHER="Morgan Kaufmann",
qqADDRESS={},
YEAR={2010} }
@ARTICLE {iKIR94a,
AUTHOR={P. Kirschenhofer and H. Prodinger and W. Szpankowski},
TITLE="Digital Search Trees Again Revisited: The Internal path
Length perspective",
JOURNAL={SIAM Journal on Computing},
VOLUME={23},
YEAR={1994},
PAGES={598--616} }
@article{iKLI82a,
author = "P. Klingsberg",
title = "A {G}ray code for compositions",
journal = "Journal of Algorithms",
volume = "3",
number = "1",
pages = "41--44",
year = "1982",
Xdoi = "https://doi.org/10.1016/0196-6774(82)90006-2",
}
@BOOK {iKNU73a,
AUTHOR="D. E. Knuth",
TITLE={The Art of Computer Programming, Vol. 1},
EDITION={Second},
PUBLISHER={Addison-Wesley},
ADDRESS={Reading, MA},
YEAR={1973} }
@BOOK {iKNU73b,
AUTHOR = {D. E. Knuth},
TITLE = {The Art of Computer Programming, Vol 3: Sorting and Searching },
PUBLISHER = {Addison-Wesley},
ADDRESS = {Reading, MA},
YEAR = {1973} }
@ARTICLE {iKNU75a,
AUTHOR="D. E. Knuth",
YEAR={1975},
TITLE="Estimating the Efficiency of Backtrack Programs",
JOURNAL={Math. Comp.},
VOLUME={29},
PAGES={121--136} }
@BOOK {iKNU81a,
AUTHOR="D. E. Knuth",
TITLE={The Art of Computer Programming, Vol. 2},
EDITION={Second},
PUBLISHER={Addison-Wesley},
ADDRESS={Reading, MA},
YEAR={1981} }
@BOOK {iKNU94a,
AUTHOR="D. E. Knuth and S. Levy",
TITLE={The {CWEB} System of Structured Documentation},
xEDITION={},
PUBLISHER={Addison-Wesley},
ADDRESS={Reading, MA},