-
Notifications
You must be signed in to change notification settings - Fork 18
/
main.bib
3829 lines (3549 loc) · 89.2 KB
/
main.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
@article{psw,
ISSN = {0025-5718},
abstract = {The odd composite $n \leqslant 25 \cdot 10^9$ such that $2^{n-1} \equiv 1 (\operatorname{mod n})$ have been determined and their distribution tabulated. We investigate the properties of three special types of pseudoprimes: Euler pseudoprimes, strong pseudoprimes, and Carmichael numbers. The theoretical upper bound and the heuristic lower bound due to Erdos for the counting function of the Carmichael numbers are both sharpened. Several new quick tests for primality are proposed, including some which combine pseudoprimes with Lucas sequences.},
author = {Pomerance, Carl and Selfridge, J. L. and Wagstaff, Jr., Samuel S.},
copyright = {Copyright 1980 American Mathematical Society},
journal = {Mathematics of Computation},
jstor_articletype = {Full Length Article},
jstor_date = {198007},
jstor_formatteddate = {Jul., 1980},
keywords = {10A15, 10-04, Pseudoprime, strong pseudoprime, Euler pseudoprime, Carmichael number, primality testing, Lucas sequence},
month = {jul},
number = {151},
pages = {1003--1026},
publisher = {American Mathematical Society},
title = {The Pseudoprimes to $25 \cdot 10^9$},
url = {http://links.jstor.org/sici?sici=0025-5718%28198007%2935%3A151%3C1003%3ATPT%3E2.0.CO%3B2-D},
volume = {35},
year = {1980},
}
@Article{Kal95,
author = {Erich Kaltofen},
title = {Analysis of Coppersmith's block Wiedemann algorithm for the parallel solution of sparse linear systems},
journal = {Mathematics of Computation},
year = {1995},
OPTkey = {},
volume = {64},
number = {210},
pages = {777-806},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@InProceedings{KalSau91,
author = {E. Kaltofen and B. Saunders},
title = {On Wiedemann's method of solving sparse linear systems},
OPTcrossref = {},
OPTkey = {},
booktitle = {Proc. AAECC-9, LNCS 539},
pages = {29-38},
year = {1991},
OPTeditor = {},
OPTvolume = {},
OPTnumber = {},
OPTseries = {},
OPTaddress = {},
OPTmonth = {},
OPTorganization = {},
publisher = {Springer-Verlag},
OPTnote = {},
OPTannote = {}
}
@InProceedings{Dum02,
author = {J. Dumas and others},
title = {LinBox: a generic library for exact linear algebra},
OPTcrossref = {},
OPTkey = {},
booktitle = {ICMS'02},
pages = {40-50},
year = {2002},
OPTeditor = {},
OPTvolume = {},
OPTnumber = {},
OPTseries = {},
address = {Beijing, China},
OPTmonth = {},
OPTorganization = {},
publisher = {World Scientific},
OPTnote = {},
OPTannote = {}
}
@Article{Cop94,
author = {D. Coppersmith},
title = {Solving homogeneous linear equations over GF(2) via block Wiedemann algorithm},
journal = {Math. Comp.},
year = {1994},
OPTkey = {},
volume = {62},
number = {205},
pages = {333-350},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@InProceedings{EbeKal97,
author = {W. Eberly and E. Kaltofen},
title = {On randomized Lanczos algorithms},
OPTcrossref = {},
OPTkey = {},
booktitle = {ISSAC'97},
pages = {176-183},
year = {1997},
OPTeditor = {},
OPTvolume = {},
OPTnumber = {},
OPTseries = {},
address = {Maui, USA},
OPTmonth = {},
OPTorganization = {},
publisher = {ACM Press},
OPTnote = {},
OPTannote = {}
}
@Article{lehmer1930,
ISSN = {0003-486X},
author = {D. H. Lehmer},
copyright = {Copyright 1930 Annals of Mathematics},
journal = {The Annals of Mathematics},
jstor_articletype = {Full Length Article},
jstor_date = {193007},
jstor_formatteddate = {Jul., 1930},
language = {EN},
month = {jul},
number = {3},
pages = {419--448},
publisher = {Annals of Mathematics},
series = {2},
title = {An Extended Theory of Lucas' Functions},
url = {http://links.jstor.org/sici?sici=0003-486X%28193007%292%3A31%3A3%3C419%3AAETOLF%3E2.0.CO%3B2-E},
volume = {31},
year = {1930},
}
@Article{bruce,
ISSN = {0002-9890},
author = {Bruce, J. W.},
copyright = {Copyright 1993 Mathematical Association of America},
journal = {The American Mathematical Monthly},
jstor_articletype = {Full Length Article},
jstor_date = {199304},
jstor_formatteddate = {Apr., 1993},
month = {apr},
number = {4},
pages = {370--371},
publisher = {Mathematical Association of America},
title = {A Really Trivial Proof of the Lucas-Lehmer Test},
url = {http://links.jstor.org/sici?sici=0002-9890%28199304%29100%3A4%3C370%3AARTPOT%3E2.0.CO%3B2-D},
volume = {100},
year = {1993},
}
@Article{apr,
ISSN = {0003-486X},
author = {Adleman, Leonard M. and Pomerance, Carl and Rumely, Robert S.},
copyright = {Copyright 1983 Annals of Mathematics},
journal = {The Annals of Mathematics},
jstor_articletype = {Full Length Article},
jstor_date = {198301},
jstor_formatteddate = {Jan., 1983},
month = {jan},
number = {1},
pages = {173--206},
publisher = {Annals of Mathematics},
series = {2},
title = {On Distinguishing Prime Numbers from Composite Numbers},
url = {http://links.jstor.org/sici?sici=0003-486X%28198301%292%3A117%3A1%3C173%3AODPNFC%3E2.0.CO%3B2-I},
volume = {117},
year = {1983},
}
@Article{cl,
ISSN = {0025-5718},
abstract = {We present a theoretically and algorithmically simplified version of a primality testing algorithm that was recently invented by Adleman and Rumely. The new algorithm performs well in practice. It is the first primality test in existence that can routinely handle numbers of hundreds of decimal digits.},
author = {Cohen, H. and Lenstra, Jr., H. W. },
copyright = {Copyright 1984 American Mathematical Society},
journal = {Mathematics of Computation},
jstor_articletype = {Full Length Article},
jstor_date = {198401},
jstor_formatteddate = {Jan., 1984},
keywords = {10A25, 10-04, 12C20, Primality testing, Jacobi sum},
month = {jan},
number = {165},
pages = {297--330},
publisher = {American Mathematical Society},
title = {Primality Testing and Jacobi Sums},
url = {http://links.jstor.org/sici?sici=0025-5718%28198401%2942%3A165%3C297%3APTAJS%3E2.0.CO%3B2-M},
volume = {42},
year = {1984},
}
@Article{solovay,
author = {R. Solovay and V. Strassen},
collaboration = {},
title = {A Fast Monte-Carlo Test for Primality},
publisher = {SIAM},
year = {1977},
journal = {SIAM Journal on Computing},
volume = {6},
number = {1},
pages = {84-85},
keywords = {Monte-Carlo tests; primality},
url = {http://link.aip.org/link/?SMJ/6/84/1},
doi = {10.1137/0206006}
}
@Article{rabin,
author = {Michael O. Rabin},
title = {Probabilistic algorithm for testing primality},
journal = {Journal of Number Theory},
year = {1980},
OPTkey = {},
volume = {12},
number = {1},
pages = {128-138},
month = {February},
OPTnote = {},
OPTannote = {},
url={http://www.sciencedirect.com/science/article/B6WKD-4CRP54N-KX/2/3f3a40d83c5897abfaae6b8e146e0616}
}
@Book{taocp2,
author = {Donald E. Knuth},
title = {The art of computer programming, volume 2: seminumerical algorithms},
year = {1997},
edition = {3},
isbn = {0-201-89684-2},
publisher = {Addison-Wesley Longman Publishing Co., Inc.},
address = {Boston, MA, USA},
}
@Book{riesel,
author = {Hans Riesel},
ALTeditor = {},
title = {Prime Numbers and Computer Methods for Factorization},
publisher = {Boston; Basel; Stuttgart: Birkh\"auser},
year = {1985},
OPTkey = {},
OPTvolume = {},
OPTnumber = {},
series = {PM 57},
OPTaddress = {},
OPTedition = {},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@Book{cohen,
author = {Henri Cohen},
ALTeditor = {},
title = {A Course in Computational Algebraic Number Theory},
publisher = {Springer Verlag},
year = {1993},
OPTkey = {},
OPTvolume = {},
OPTnumber = {},
series = {GTM 138},
OPTaddress = {},
OPTedition = {},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@Book{mca,
author = {Joachim von zur Gathen and J\"urgen Gerhard},
ALTeditor = {},
title = {Modern Computer Algebra},
publisher = {Cambridge University Press},
year = {2002},
OPTkey = {},
OPTvolume = {},
OPTnumber = {},
OPTseries = {},
OPTaddress = {},
edition = {2nd},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@Book{wangdongming,
author = {王东明,夏壁灿,李子明},
ALTeditor = {},
title = {计算机代数(第2版)},
publisher = {清华大学出版社},
year = {2007},
OPTkey = {},
OPTvolume = {},
OPTnumber = {},
OPTseries = {},
address = {北京},
OPTedition = {},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@Book{zsg05,
author = {张树功,雷娜,刘停战},
ALTeditor = {},
title = {计算机代数基础---代数与符号计算的基本原理},
publisher = {科学出版社},
year = {2005},
address = {北京},
OPTkey = {},
OPTvolume = {},
OPTnumber = {},
OPTseries = {},
OPTaddress = {},
OPTedition = {},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@InProceedings{rz79,
author = {Richard Zippel},
title = {Probabilistic algorithms for sparse polynomials},
OPTcrossref = {},
OPTkey = {},
booktitle = {Lec. Notes Comp. Sci.},
pages = {216-226},
year = {1979},
OPTeditor = {},
OPTvolume = {72},
OPTnumber = {},
OPTseries = {},
address = {London, UK},
OPTmonth = {},
OPTorganization = {},
publisher = {Springer-Verlag},
OPTnote = {},
OPTannote = {}
}
@Article{brent1980,
author = {Richard P. Brent},
title = {An improved Monte Carlo factorization algorithm},
journal = {BIT Numerical Mathematics},
year = {1980},
OPTkey = {},
volume = {20},
number = {2},
pages = {176--194},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@Article{gower08,
author = {Jason E. Gower and Wagstaff, Jr., Samuel S.},
title = {Square form factorization},
journal = {Mathematics of computation},
year = {2008},
OPTkey = {},
volume = {77},
number = {261},
pages = {551-588},
month = {1},
OPTnote = {},
OPTannote = {}
}
@Article{williams,
author = {H. C. Williams},
title = {A $p+1$ Method of Factoring},
journal = {Mathematics of Computation},
year = {1982},
OPTkey = {},
volume = {39},
number = {159},
pages = {225-234},
month = {7},
OPTnote = {},
OPTannote = {}
}
@Article{dixon,
author = {John D. Dixon},
title = {Asymptotically Fast Factorization of Integers},
journal = {Mathematics of Computation},
year = {1981},
OPTkey = {},
volume = {36},
number = {153},
pages = {255-260},
month = {1},
OPTnote = {},
OPTannote = {}
}
@Article{mon85,
author = {Peter L. Montgomery},
title = {Modular Multiplication Without Trial Division},
journal = {Mathematics of Computation},
year = {1985},
OPTkey = {},
volume = {44},
number = {170},
pages = {519-521},
month = {3},
OPTnote = {},
OPTannote = {}
}
@Article{jt70,
author = {M. A. Jenkins and J. F. Traub},
title = {A three-stage variable-shift iteration for polynomial zeros in relation to generalized Rayleigh iteration},
journal = {Numer. Math.},
year = {1970},
OPTkey = {},
volume = {14},
OPTnumber = {},
pages = {252-263},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@MastersThesis{wrm01,
author = {Wankere R. Mekwi},
title = {Iterative Methods for Roots of Polynomials},
school = {Exeter College, University of Oxford},
year = {2001},
OPTkey = {},
OPTtype = {},
OPTaddress = {},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@Book{wwapl94,
author = {William W. Adams and Philippe Loustaunau},
ALTeditor = {},
title = {An Introduction to Gr{\"o}bner Bases},
publisher = {American Mathematical Society},
year = {1994},
OPTkey = {},
volume = {3},
OPTnumber = {},
series = {Graduate Studies in Mathematics},
OPTaddress = {},
OPTedition = {},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@Book{hun74,
author = {T. W. Hungerford},
ALTeditor = {},
title = {Algebra},
publisher = {Springer Verlag},
year = {1974},
OPTkey = {},
OPTvolume = {},
OPTnumber = {},
OPTseries = {},
address = {Berlin and New York},
OPTedition = {},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@Book{fkq85,
author = {冯克勤译,聂灵沼校},
ALTeditor = {},
title = {代数学},
publisher = {湖南教育出版社},
year = {1985},
OPTkey = {},
OPTvolume = {},
OPTnumber = {},
OPTseries = {},
address = {长沙},
OPTedition = {},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@Book{zm02,
author = {周梦},
ALTeditor = {},
title = {计算代数与应用},
publisher = {武汉大学出版社},
year = {2002},
OPTkey = {},
OPTvolume = {},
OPTnumber = {},
OPTseries = {},
address = {武汉},
OPTedition = {},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@InProceedings{rjbjhd89,
author = {R. J. Bradford and J. H. Davenport},
title = {Effective tests for cyclotomic polynomials},
OPTcrossref = {},
OPTkey = {},
booktitle = {Symbolic and Algebraic Computation},
pages = {244-251},
year = {1989},
OPTeditor = {},
volume = {358},
OPTnumber = {},
series = {Lecture Notes in Computer Science},
OPTaddress = {},
OPTmonth = {},
OPTorganization = {},
publisher = {Springer Berlin/ Heidelberg},
OPTnote = {},
OPTannote = {}
}
@Article{jvzg90,
author = {J. von zur Gathen},
title = {Functional decomposition of polynomials: the tame case},
journal = {Journal of Symbolic Computation},
year = {1990},
OPTkey = {},
volume = {9},
OPTnumber = {},
pages = {281-299},
month = {March},
OPTnote = {},
OPTannote = {}
}
@Book{fkq03,
author = {冯克勤},
ALTeditor = {},
title = {初等数论及应用},
publisher = {北京师范大学出版社},
year = {2003},
OPTkey = {},
OPTvolume = {},
OPTnumber = {},
OPTseries = {},
address = {北京},
OPTedition = {},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@Article{BRPKHT78,
author = {R. P. Brent and H. T. Kung},
title = {Fast algorithms for manipulating formal power series},
journal = {J. Assoc. Comput. Mach.},
year = {1978},
OPTkey = {},
volume = {25},
number = {4},
pages = {581-595},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@Article{KHT74,
author = {H. T. Kung},
title = {On Computing Reciprocals of Power Series},
journal = {Numer. Math.},
year = {1974},
OPTkey = {},
volume = {22},
OPTnumber = {},
pages = {341-348},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@Book{nlzdss00,
author = {聂灵沼,丁石孙},
ALTeditor = {},
title = {代数学引论(第2版)},
publisher = {高等教育出版社},
year = {2000},
OPTkey = {},
OPTvolume = {},
OPTnumber = {},
OPTseries = {},
address = {北京},
edition = {},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@Article{hp98,
author = {Xiaohan HUANG and Victor Y. Pan},
title = {Fast Rectangular Matrix Multiplication and Applications},
journal = {Journal of Complexity},
year = {1998},
OPTkey = {},
volume = {14},
OPTnumber = {},
pages = {257-299},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@Article{ks98,
author = {Erich Kaltofen and Victor Shoup},
title = {Subquadratic-Time Factoring of Polynomials over Finite Fields},
journal = {Mathematics of Computation},
year = {1998},
OPTkey = {},
volume = {67},
OPTnumber = {},
pages = {1179-1197},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@Article{Win68,
author = {S. Winograd},
title = {A New Algorithm for Inner Product},
journal = {IEEE Trans. Comp.},
year = {1968},
OPTkey = {},
volume = {17},
OPTnumber = {},
pages = {693-694},
month = {7},
OPTnote = {},
OPTannote = {}
}
@Article{Hig89,
author = {N. J. Higham},
title = {The Accuracy of Solutions of Triangular Systems},
journal = {SIAM J. Numer. Anal.},
year = {1989},
OPTkey = {},
volume = {26},
OPTnumber = {},
pages = {1252-1265},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@Book{GolVan01,
author = {G. H. Golub and C. F. van Loan著,袁亚湘等译},
OPTeditor = {},
title = {矩阵计算},
publisher = {科学出版社},
year = {2001},
OPTkey = {},
OPTvolume = {},
OPTnumber = {},
OPTseries = {},
OPTaddress = {},
OPTedition = {},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@Article{Str68,
author = {V. Strassen},
title = {Gaussian Elimination is not Optimal},
journal = {Numer. Math.},
year = {1969},
OPTkey = {},
volume = {13},
OPTnumber = {},
pages = {354-356},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@Book{ZhaXu04,
author = {张贤科,许甫华},
OPTALTeditor = {},
title = {高等代数学(第2版)},
publisher = {清华大学出版社},
year = {2004},
OPTkey = {},
OPTvolume = {},
OPTnumber = {},
OPTseries = {},
OPTtype = {},
address = {北京},
month = {7},
pages = {},
OPTnote = {},
OPTannote = {}
}
@Article{Pan84,
author = {Victor Pan},
title = {How Can We Speed Up Matrix Multiplication?},
journal = {SIAM Review},
year = {1984},
OPTkey = {},
volume = {26},
number = {3},
OPTpages = {},
month = {7},
OPTnote = {},
OPTannote = {}
}
@Book{Van92,
author = {C. F. Van Loan},
editor = {},
title = {Computational Frameworks for the Fast Fourier Transform},
publisher = {SIAM Publications},
year = {1992},
OPTkey = {},
OPTvolume = {},
OPTnumber = {},
OPTseries = {},
address = {Philadelphia, PA},
OPTedition = {},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@Article{Pai79,
author = {C. C. Paige},
title = {Computer Solution and Perturbation Analysis of Generalized Least Squares Problems},
journal = {Math. Comp.},
year = {1979},
OPTkey = {},
volume = {33},
OPTnumber = {},
pages = {171-184},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@Article{Fra61,
author = {J. G. F. Francis},
title = {The QR Transformation: A Unitary Analogue to the LR Transformation, Parts I and II},
journal = {Comp. J.},
year = {1961},
OPTkey = {},
volume = {4},
OPTnumber = {},
pages = {265-272, 332-345},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@Article{GolKah65,
author = {G. H. Golub and W. Kahan},
title = {Calculating the Singular Values and Pseudo-Inverse of a Matrix},
journal = {SIAM J. Num. Anal. Ser. B},
year = {1965},
OPTkey = {},
volume = {2},
OPTnumber = {},
pages = {205-224},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@Article{Cha82,
author = {T. Chan},
title = {An Improved Algorithm for Computing the Singular Value Decomposition},
journal = {ACM Trans. Math. Soft.},
year = {1982},
OPTkey = {},
volume = {8},
number = {1},
pages = {72-83},
month = {3},
OPTnote = {},
OPTannote = {}
}
@Article{Wil68,
author = {J. H. Wilkinson},
title = {Global Convergence of Tridiagonal QR Algorithm With Origin Shifts},
journal = {Lin. Alg. and Its Applic.},
year = {1968},
OPTkey = {},
volume = {I},
OPTnumber = {},
pages = {409-420},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@Article{Ruh70,
author = {A. Ruhe},
title = {An Algorithm for Numerical Determination of the Structure of a General Matrix},
journal = {BIT},
year = {1976},
OPTkey = {},
volume = {10},
OPTnumber = {},
pages = {196-216},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@Article{Ste71,
author = {G. W. Stewart},
title = {Algorithm 406: HQR3 and EXCHNG: Fortran Subroutines for Calculating and Ordering the Eigenvalues of a Real Upper Hessenberg Matrix},
journal = {ACM Trans. Math. Soft.},
year = {1971},
OPTkey = {},
volume = {2},
OPTnumber = {},
OPTpages = {},
month = {275-280},
OPTnote = {},
OPTannote = {}
}
@Book{Wil65,
author = {J. H. Wilkinson},
ALTeditor = {},
title = {The Algebraic Eigenvalue Problem},
publisher = {Clarendon Press, Oxford, UK},
year = {1965},
OPTkey = {},
OPTvolume = {},
OPTnumber = {},
OPTseries = {},
OPTaddress = {},
OPTedition = {},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@Article{Par74,
author = {B. N. Parlett},
title = {A Recurrence Among the Elements of Functions of Triangular Matrices},
journal = {Lin. Alg. and Its Applic.},
year = {1976},
OPTkey = {},
volume = {14},
OPTnumber = {},
pages = {117-121},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@Book{TreBau06,
author = {L. N. Trefethen and D. Bau著,{陆金甫},{关治}译},
ALTeditor = {},
title = {数值线性代数},
publisher = {人民邮电出版社},
year = {2006},
OPTkey = {},
OPTvolume = {},
OPTnumber = {},
OPTseries = {},
OPTaddress = {},
OPTedition = {},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@Article{BarSte72,
author = {R. H. Bartels and G. W. Stewart},
title = {Solution of the Equation $AX + XB =C$},
journal = {Comm. ACM},
year = {1972},
OPTkey = {},
volume = {15},
OPTnumber = {},
pages = {820-826},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@Article{Ste72b,
author = {G. W. Stewart},
title = {On the Sensitivity of the Eigenvalue Problem $Ax=\lambda Bx$},
journal = {SIAM J. Num. Anal.},
year = {1972},
OPTkey = {},
volume = {9},
OPTnumber = {},
pages = {669-686},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@Article{CliPle76,
author = {R. E. Cline and R. J. Plemmons},
title = {L2-Solution to Underdetermined Linear Systems},
journal = {SIAM Review},
year = {1976},
OPTkey = {},
volume = {18},
OPTnumber = {},
pages = {92-106},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@Article{web95,
author = {Kenneth Weber},
title = {The accelerated integer GCD algorithm},
journal = {ACM Transactions on Mathematical Software},
year = {1995},
OPTkey = {},
volume = {21},
OPTnumber = {1},
pages = {111-122},
month = {3},
OPTnote = {},
OPTannote = {}
}
@Article{jeb03,
author = {T. Jebelean},
title = {A generalization of the binary GCD algorithm},
journal = {Proceedings of the 1993 international symposium on Symbolic and algebraic computation },
year = {1993},
OPTkey = {},
OPTvolume = {},
OPTnumber = {},
pages = {111-116},
OPTmonth = {},
OPTnote = {},
OPTannote = {}
}
@Article{sor94,
author = {Jonathan Sorenson},
title = {Two fast GCD algorithms},
journal = {Journal of Algorithms},
year = {1994},
OPTkey = {},
volume = {16},
number = {1},
pages = {110-144},
month = {1},
OPTnote = {},
OPTannote = {}
}
@Article{sed07,
author = {Sidi Mohamed Sedjelmaci},
title = {Jebelean--Weber's algorithm without spurious factors},
journal = {Information Processing Letters},
year = {2007},
OPTkey = {},
volume = {102},
number = {6},
pages = {247-252},
month = {6},
OPTnote = {},
OPTannote = {}
}
@Book{yao07,
author = {{M. Mend\`{e}s France} and G. Tenenbaum著,姚家燕译},
ALTeditor = {},
title = {素数论},
publisher = {清华大学出版社},
year = {2007},
OPTkey = {},
OPTvolume = {},
OPTnumber = {},
series = {研究生数学丛书},
address = {北京},
OPTedition = {},
month = {10},
OPTnote = {},
OPTannote = {}
}
@Article{fra63,
author = {Evelyn Frank},
title = {On continued fraction expansions for binomial quadratic surds. III},
journal = {Numerische Mathematik},