-
Notifications
You must be signed in to change notification settings - Fork 3
/
master.bib
29365 lines (27068 loc) · 914 KB
/
master.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
@PREAMBLE{ {\providecommand{\noopsort}[1]{}} }
@PREAMBLE{ {\providecommand{\noopsort}[1]{}} }
@PREAMBLE{ {\providecommand{\noopsort}[1]{}} }
@STRING{academic= {Academic Press} }
@STRING{academic= {Academic Press} }
@STRING{academic= {Academic Press} }
@STRING{acmmathsoft={{ACM} Trans. Math. Softw.} }
@STRING{acmmathsoft={{ACM} Trans. Math. Softw.} }
@STRING{acmmathsoft={{ACM} Trans. Math. Softw.} }
@STRING{acmpress= {{ACM} Press} }
@STRING{acmpress= {{ACM} Press} }
@STRING{acmpress= {{ACM} Press} }
@STRING{actanumerica={Acta Numer.} }
@STRING{actanumerica={Acta Numer.} }
@STRING{actanumerica={Acta Numer.} }
@STRING{adamhilger={Adam Hilger} }
@STRING{adamhilger={Adam Hilger} }
@STRING{adamhilger={Adam Hilger} }
@STRING{addisonwesley={Addison-Wesley} }
@STRING{addisonwesley={Addison-Wesley} }
@STRING{addisonwesley={Addison-Wesley} }
@STRING{allynbacon={Allyn and Bacon} }
@STRING{allynbacon={Allyn and Bacon} }
@STRING{allynbacon={Allyn and Bacon} }
@STRING{amermathmonthly={Amer. Math. Monthly} }
@STRING{amermathmonthly={Amer. Math. Monthly} }
@STRING{amermathmonthly={Amer. Math. Monthly} }
@STRING{amersocio={Amer. J. Sociology} }
@STRING{amersocio={Amer. J. Sociology} }
@STRING{amersocio={Amer. J. Sociology} }
@STRING{amerstatassoc={J. Amer. Statist. Assoc.} }
@STRING{amerstatassoc={J. Amer. Statist. Assoc.} }
@STRING{amerstatassoc={J. Amer. Statist. Assoc.} }
@STRING{ams = {American Mathematical Society} }
@STRING{ams = {American Mathematical Society} }
@STRING{ams = {American Mathematical Society} }
@STRING{amstrans= {Amer. Math. Soc. Transl.} }
@STRING{amstrans= {Amer. Math. Soc. Transl.} }
@STRING{amstrans= {Amer. Math. Soc. Transl.} }
@STRING{annalsstats={Ann. Statist.} }
@STRING{annalsstats={Ann. Statist.} }
@STRING{annalsstats={Ann. Statist.} }
@STRING{applmathcomp={Appl. Math. Comput.} }
@STRING{applmathcomp={Appl. Math. Comput.} }
@STRING{applmathcomp={Appl. Math. Comput.} }
@STRING{appnummath={Appl. Numer. Math.} }
@STRING{appnummath={Appl. Numer. Math.} }
@STRING{appnummath={Appl. Numer. Math.} }
@STRING{athena = {Athena Scientific} }
@STRING{athena = {Athena Scientific} }
@STRING{athena = {Athena Scientific} }
@STRING{birkhauser={Birkha{\"u}ser} }
@STRING{birkhauser={Birkha{\"u}ser} }
@STRING{birkhauser={Birkha{\"u}ser} }
@STRING{bit = {{BIT}} }
@STRING{bit = {{BIT}} }
@STRING{bit = {{BIT}} }
@STRING{britstatpsych={Brit. J. Math. Statist. Psych.} }
@STRING{britstatpsych={Brit. J. Math. Statist. Psych.} }
@STRING{britstatpsych={Brit. J. Math. Statist. Psych.} }
@STRING{bullams = {Bull. Amer. Math. Soc.} }
@STRING{bullams = {Bull. Amer. Math. Soc.} }
@STRING{bullams = {Bull. Amer. Math. Soc.} }
@STRING{cacm = {Comm. {ACM}} }
@STRING{cacm = {Comm. {ACM}} }
@STRING{cacm = {Comm. {ACM}} }
@STRING{cambridgepress={Cambridge University Press} }
@STRING{cambridgepress={Cambridge University Press} }
@STRING{cambridgepress={Cambridge University Press} }
@STRING{canmathbull={Canad. Math. Bull.} }
@STRING{canmathbull={Canad. Math. Bull.} }
@STRING{canmathbull={Canad. Math. Bull.} }
@STRING{chelsea = {Chelsea} }
@STRING{chelsea = {Chelsea} }
@STRING{chelsea = {Chelsea} }
@STRING{claredonpress={Claredon Press} }
@STRING{claredonpress={Claredon Press} }
@STRING{claredonpress={Claredon Press} }
@STRING{compapplmath={J. Comput. Appl. Math.} }
@STRING{compapplmath={J. Comput. Appl. Math.} }
@STRING{compapplmath={J. Comput. Appl. Math.} }
@STRING{compapplopt={Comput. Optim. Appl.} }
@STRING{compapplopt={Comput. Optim. Appl.} }
@STRING{compapplopt={Comput. Optim. Appl.} }
@STRING{compjour= {Comput. J.} }
@STRING{compjour= {Comput. J.} }
@STRING{compjour= {Comput. J.} }
@STRING{compoptsoft={Comput. Optim. Softw.} }
@STRING{compoptsoft={Comput. Optim. Softw.} }
@STRING{compoptsoft={Comput. Optim. Softw.} }
@STRING{compphys= {J. Comput. Phys.} }
@STRING{compphys= {J. Comput. Phys.} }
@STRING{compphys= {J. Comput. Phys.} }
@STRING{compserv= {Comput. Surveys} }
@STRING{compserv= {Comput. Surveys} }
@STRING{compserv= {Comput. Surveys} }
@STRING{compstruct={Comput. \& Structures} }
@STRING{compstruct={Comput. \& Structures} }
@STRING{compstruct={Comput. \& Structures} }
@STRING{compsyssci={J. Comput. System Sci.} }
@STRING{compsyssci={J. Comput. System Sci.} }
@STRING{compsyssci={J. Comput. System Sci.} }
@STRING{computer= {{IEEE} Computer} }
@STRING{computer= {{IEEE} Computer} }
@STRING{computer= {{IEEE} Computer} }
@STRING{computing={Computing} }
@STRING{computing={Computing} }
@STRING{computing={Computing} }
@STRING{contempmath={Contemp. Math.} }
@STRING{contempmath={Contemp. Math.} }
@STRING{contempmath={Contemp. Math.} }
@STRING{crelle = {Crelle's J.} }
@STRING{crelle = {Crelle's J.} }
@STRING{crelle = {Crelle's J.} }
@STRING{doverpub= {Dover Publications} }
@STRING{doverpub= {Dover Publications} }
@STRING{doverpub= {Dover Publications} }
@STRING{eyolles = {Eyolles} }
@STRING{eyolles = {Eyolles} }
@STRING{eyolles = {Eyolles} }
@STRING{focm = {Found. Comput. Math.} }
@STRING{focm = {Found. Comput. Math.} }
@STRING{geophysics={Geophys.} }
@STRING{geophysics={Geophys.} }
@STRING{geophysics={Geophys.} }
@STRING{giornalemath={Giorn. Mat.} }
@STRING{giornalemath={Giorn. Mat.} }
@STRING{giornalemath={Giorn. Mat.} }
@STRING{holtrinehartwinston={Holt, Rinehart and Winston} }
@STRING{holtrinehartwinston={Holt, Rinehart and Winston} }
@STRING{holtrinehartwinston={Holt, Rinehart and Winston} }
@STRING{ieeespec= {{IEEE} Spectrum} }
@STRING{ieeespec= {{IEEE} Spectrum} }
@STRING{ieeespec= {{IEEE} Spectrum} }
@STRING{ieeetransac={{IEEE} Trans. Automat. Control} }
@STRING{ieeetransac={{IEEE} Trans. Automat. Control} }
@STRING{ieeetransac={{IEEE} Trans. Automat. Control} }
@STRING{ieeetransaeroelec={{IEEE} Trans. Aerospace Electron. Systems} }
@STRING{ieeetransaeroelec={{IEEE} Trans. Aerospace Electron. Systems} }
@STRING{ieeetransaeroelec={{IEEE} Trans. Aerospace Electron. Systems} }
@STRING{ieeetranscomp={{IEEE} Trans. Comput.} }
@STRING{ieeetranscomp={{IEEE} Trans. Comput.} }
@STRING{ieeetranscomp={{IEEE} Trans. Comput.} }
@STRING{ieeetransimproc={{IEEE} Trans. Image Process.} }
@STRING{ieeetransimproc={{IEEE} Trans. Image Process.} }
@STRING{ieeetransimproc={{IEEE} Trans. Image Process.} }
@STRING{ieeetransinfo={{IEEE} Trans. Inform. Theory} }
@STRING{ieeetransinfo={{IEEE} Trans. Inform. Theory} }
@STRING{ieeetransinfo={{IEEE} Trans. Inform. Theory} }
@STRING{ieeetranssigproc={{IEEE} Trans. Sig. Proc.} }
@STRING{ieeetranssigproc={{IEEE} Trans. Sig. Proc.} }
@STRING{ieeetranssigproc={{IEEE} Trans. Sig. Proc.} }
@STRING{imanumerana={{IMA} J. Numer. Anal.} }
@STRING{imanumerana={{IMA} J. Numer. Anal.} }
@STRING{imanumerana={{IMA} J. Numer. Anal.} }
@STRING{imanumerana-={{IMA} Journal of Numerical Analysis} }
@STRING{imanumerana-={{IMA} Journal of Numerical Analysis} }
@STRING{imanumerana-={{IMA} Journal of Numerical Analysis} }
@STRING{infproclet={Inform. Process. Lett.} }
@STRING{infproclet={Inform. Process. Lett.} }
@STRING{infproclet={Inform. Process. Lett.} }
@STRING{instmathapp={J. Inst. Math. Appl.} }
@STRING{instmathapp={J. Inst. Math. Appl.} }
@STRING{instmathapp={J. Inst. Math. Appl.} }
@STRING{intcontrol={Internat. J. Control} }
@STRING{intcontrol={Internat. J. Control} }
@STRING{intcontrol={Internat. J. Control} }
@STRING{interscience={Interscience} }
@STRING{interscience={Interscience} }
@STRING{interscience={Interscience} }
@STRING{intnumereng={Internat. J. Numer. Methods Engrg.} }
@STRING{intnumereng={Internat. J. Numer. Methods Engrg.} }
@STRING{intnumereng={Internat. J. Numer. Methods Engrg.} }
@STRING{intsuper= {Internat. J. Supercomputing Applic.} }
@STRING{intsuper= {Internat. J. Supercomputing Applic.} }
@STRING{intsuper= {Internat. J. Supercomputing Applic.} }
@STRING{jacm = {J. Assoc. Comput. Mach.} }
@STRING{jacm = {J. Assoc. Comput. Mach.} }
@STRING{jacm = {J. Assoc. Comput. Mach.} }
@STRING{jconvexanal={J. Convex Anal.} }
@STRING{jconvexanal={J. Convex Anal.} }
@STRING{jconvexanal={J. Convex Anal.} }
@STRING{johnshopkinspress={The Johns Hopkins University Press} }
@STRING{johnshopkinspress={The Johns Hopkins University Press} }
@STRING{johnshopkinspress={The Johns Hopkins University Press} }
@STRING{johnwileysons={John Wiley and Sons} }
@STRING{johnwileysons={John Wiley and Sons} }
@STRING{johnwileysons={John Wiley and Sons} }
@STRING{jota = {J. Optim. Theory Appl.} }
@STRING{jota = {J. Optim. Theory Appl.} }
@STRING{jota = {J. Optim. Theory Appl.} }
@STRING{jresnatburstand={J. Res. Nat. Bur. Standards} }
@STRING{jresnatburstand={J. Res. Nat. Bur. Standards} }
@STRING{jresnatburstand={J. Res. Nat. Bur. Standards} }
@STRING{jsiam = {J. Soc. Indust. Appl. Math.} }
@STRING{jsiam = {J. Soc. Indust. Appl. Math.} }
@STRING{jsiam = {J. Soc. Indust. Appl. Math.} }
@STRING{jsiamb = {J. Soc. Indust. Appl. Math. Ser. B Numer. Anal.} }
@STRING{jsiamb = {J. Soc. Indust. Appl. Math. Ser. B Numer. Anal.} }
@STRING{jsiamb = {J. Soc. Indust. Appl. Math. Ser. B Numer. Anal.} }
@STRING{kibernetika={Kibernetika} }
@STRING{kibernetika={Kibernetika} }
@STRING{kibernetika={Kibernetika} }
@STRING{linalgapp={Linear Algebra Appl.} }
@STRING{linalgapp={Linear Algebra Appl.} }
@STRING{linalgapp={Linear Algebra Appl.} }
@STRING{macmillan={Macmillan} }
@STRING{macmillan={Macmillan} }
@STRING{macmillan={Macmillan} }
@STRING{managesci={Mgmnt Sci.} }
@STRING{managesci={Mgmnt Sci.} }
@STRING{managesci={Mgmnt Sci.} }
@STRING{mathanaappl={J. Math. Anal. Appl.} }
@STRING{mathanaappl={J. Math. Anal. Appl.} }
@STRING{mathanaappl={J. Math. Anal. Appl.} }
@STRING{mathannalen={Math. Ann.} }
@STRING{mathannalen={Math. Ann.} }
@STRING{mathannalen={Math. Ann.} }
@STRING{mathcomp= {Math. Comp.} }
@STRING{mathcomp= {Math. Comp.} }
@STRING{mathcomp= {Math. Comp.} }
@STRING{mathofor= {Math. Op. Res.} }
@STRING{mathofor= {Math. Op. Res.} }
@STRING{mathofor= {Math. Op. Res.} }
@STRING{mathphys= {J. Math. Phys.} }
@STRING{mathphys= {J. Math. Phys.} }
@STRING{mathphys= {J. Math. Phys.} }
@STRING{mathprog= {Math. Program.} }
@STRING{mathprog= {Math. Program.} }
@STRING{mathprog= {Math. Program.} }
@STRING{mathprogb={Math. Program., Ser. B} }
@STRING{mathprogb={Math. Program., Ser. B} }
@STRING{mathprogb={Math. Program., Ser. B} }
@STRING{mathprogc={Math. Program. Comp.} }
@STRING{mathprogc={Math. Program. Comp.} }
@STRING{mathprogc={Math. Program. Comp.} }
@STRING{mathprogstudy={Math. Program. Study} }
@STRING{mathprogstudy={Math. Program. Study} }
@STRING{mathprogstudy={Math. Program. Study} }
@STRING{mathscand={Math. Scand.} }
@STRING{mathscand={Math. Scand.} }
@STRING{mathscand={Math. Scand.} }
@STRING{mathworks={The Math Works Inc.} }
@STRING{mathworks={The Math Works Inc.} }
@STRING{mathworks={The Math Works Inc.} }
@STRING{mcgrawhill={McGraw-Hill} }
@STRING{mcgrawhill={McGraw-Hill} }
@STRING{mcgrawhill={McGraw-Hill} }
@STRING{natburstd={National Bureau of Standards} }
@STRING{natburstd={National Bureau of Standards} }
@STRING{natburstd={National Bureau of Standards} }
@STRING{northholland={North-Holland} }
@STRING{northholland={North-Holland} }
@STRING{northholland={North-Holland} }
@STRING{numermath={Numer. Math.} }
@STRING{numermath={Numer. Math.} }
@STRING{numermath={Numer. Math.} }
@STRING{optimmeth={Optim. Methods Softw.} }
@STRING{optimmeth={Optim. Methods Softw.} }
@STRING{optimmeth={Optim. Methods Softw.} }
@STRING{oxfordpress={Oxford University Press} }
@STRING{oxfordpress={Oxford University Press} }
@STRING{oxfordpress={Oxford University Press} }
@STRING{pacificmath={Pacific J. Math.} }
@STRING{pacificmath={Pacific J. Math.} }
@STRING{pacificmath={Pacific J. Math.} }
@STRING{parcomputing={Parallel Comput.} }
@STRING{parcomputing={Parallel Comput.} }
@STRING{parcomputing={Parallel Comput.} }
@STRING{pardistcomp={J. Parallel and Distrib. Comput.} }
@STRING{pardistcomp={J. Parallel and Distrib. Comput.} }
@STRING{pardistcomp={J. Parallel and Distrib. Comput.} }
@STRING{pergamonpress={Pergamon Press} }
@STRING{pergamonpress={Pergamon Press} }
@STRING{pergamonpress={Pergamon Press} }
@STRING{philmag = {Philos. Mag.} }
@STRING{philmag = {Philos. Mag.} }
@STRING{philmag = {Philos. Mag.} }
@STRING{plenumpress={Plenum Press} }
@STRING{plenumpress={Plenum Press} }
@STRING{plenumpress={Plenum Press} }
@STRING{prenticehall={Prentice-Hall} }
@STRING{prenticehall={Prentice-Hall} }
@STRING{prenticehall={Prentice-Hall} }
@STRING{procams = {Proc. Amer. Math. Soc.} }
@STRING{procams = {Proc. Amer. Math. Soc.} }
@STRING{procams = {Proc. Amer. Math. Soc.} }
@STRING{procieee= {Proc. {IEEE}} }
@STRING{procieee= {Proc. {IEEE}} }
@STRING{procieee= {Proc. {IEEE}} }
@STRING{procnas = {Proc.\@ Natl.\@ Acad.\@ Sci.\@ USA} }
@STRING{procnas = {Proc.\@ Natl.\@ Acad.\@ Sci.\@ USA} }
@STRING{procnas = {Proc.\@ Natl.\@ Acad.\@ Sci.\@ USA} }
@STRING{psychometrika={Psychometrika} }
@STRING{psychometrika={Psychometrika} }
@STRING{psychometrika={Psychometrika} }
@STRING{quartapplmath={Quart. Appl. Math.} }
@STRING{quartapplmath={Quart. Appl. Math.} }
@STRING{quartapplmath={Quart. Appl. Math.} }
@STRING{quartmath={Quart. J. Math. Oxford Ser. (2)} }
@STRING{quartmath={Quart. J. Math. Oxford Ser. (2)} }
@STRING{quartmath={Quart. J. Math. Oxford Ser. (2)} }
@STRING{revueinststat={Rev. Inst. Internat. Statist.} }
@STRING{revueinststat={Rev. Inst. Internat. Statist.} }
@STRING{revueinststat={Rev. Inst. Internat. Statist.} }
@STRING{scientific={The Scientific Press} }
@STRING{scientific={The Scientific Press} }
@STRING{scientific={The Scientific Press} }
@STRING{siamalgmeth={{SIAM} J. Algebraic Discrete Methods} }
@STRING{siamalgmeth={{SIAM} J. Algebraic Discrete Methods} }
@STRING{siamalgmeth={{SIAM} J. Algebraic Discrete Methods} }
@STRING{siamappmath={{SIAM} J. Appl. Math.} }
@STRING{siamappmath={{SIAM} J. Appl. Math.} }
@STRING{siamappmath={{SIAM} J. Appl. Math.} }
@STRING{siamcomp= {{SIAM} J. Comput.} }
@STRING{siamcomp= {{SIAM} J. Comput.} }
@STRING{siamcomp= {{SIAM} J. Comput.} }
@STRING{siamcontrol={{SIAM} J. Control Optim.} }
@STRING{siamcontrol={{SIAM} J. Control Optim.} }
@STRING{siamcontrol={{SIAM} J. Control Optim.} }
@STRING{siammath= {{SIAM} J. Math. Anal.} }
@STRING{siammath= {{SIAM} J. Math. Anal.} }
@STRING{siammath= {{SIAM} J. Math. Anal.} }
@STRING{siammatrix={{SIAM} J. Matrix Anal. Appl.} }
@STRING{siammatrix={{SIAM} J. Matrix Anal. Appl.} }
@STRING{siammatrix={{SIAM} J. Matrix Anal. Appl.} }
@STRING{siammms = {Multiscale Model. Simul.} }
@STRING{siammms = {Multiscale Model. Simul.} }
@STRING{siammms = {Multiscale Model. Simul.} }
@STRING{siamnumanal={{SIAM} J. Numer. Anal.} }
@STRING{siamnumanal={{SIAM} J. Numer. Anal.} }
@STRING{siamnumanal={{SIAM} J. Numer. Anal.} }
@STRING{siamopt = {{SIAM} J. Optim.} }
@STRING{siamopt = {{SIAM} J. Optim.} }
@STRING{siamopt = {{SIAM} J. Optim.} }
@STRING{siampub = {Society of Industrial and Applied Mathematics} }
@STRING{siampub = {Society of Industrial and Applied Mathematics} }
@STRING{siampub = {Society of Industrial and Applied Mathematics} }
@STRING{siamreview={{SIAM} Rev.} }
@STRING{siamreview={{SIAM} Rev.} }
@STRING{siamreview={{SIAM} Rev.} }
@STRING{siamscicomp={{SIAM} J. Sci. Comput.} }
@STRING{siamscicomp={{SIAM} J. Sci. Comput.} }
@STRING{siamscicomp={{SIAM} J. Sci. Comput.} }
@STRING{siamscistatcomp={{SIAM} J. Sci. Stat. Comput.} }
@STRING{siamscistatcomp={{SIAM} J. Sci. Stat. Comput.} }
@STRING{siamsiims={{SIAM} J. Imag. Sci.} }
@STRING{siamsiims={{SIAM} J. Imag. Sci.} }
@STRING{siamsiims={{SIAM} J. Imag. Sci.} }
@STRING{signum = {{ACM} {SIGNUM} Newslett.} }
@STRING{signum = {{ACM} {SIGNUM} Newslett.} }
@STRING{signum = {{ACM} {SIGNUM} Newslett.} }
@STRING{softpracexp={Software Prac. Experience} }
@STRING{softpracexp={Software Prac. Experience} }
@STRING{softpracexp={Software Prac. Experience} }
@STRING{springer= {Springer-Verlag} }
@STRING{springer= {Springer-Verlag} }
@STRING{springer= {Springer-Verlag} }
@STRING{stanford= {Stanford University Press} }
@STRING{stanford= {Stanford University Press} }
@STRING{stanford= {Stanford University Press} }
@STRING{statscience={Statist. Sci.} }
@STRING{statscience={Statist. Sci.} }
@STRING{statscience={Statist. Sci.} }
@STRING{tablesaidscomp={Math. Tables Aids Comput.} }
@STRING{tablesaidscomp={Math. Tables Aids Comput.} }
@STRING{tablesaidscomp={Math. Tables Aids Comput.} }
@STRING{techno = {Technometrics} }
@STRING{techno = {Technometrics} }
@STRING{techno = {Technometrics} }
@STRING{texaspress={University of Texas Press} }
@STRING{texaspress={University of Texas Press} }
@STRING{texaspress={University of Texas Press} }
@STRING{transams= {Trans. Amer. Math. Soc.} }
@STRING{transams= {Trans. Amer. Math. Soc.} }
@STRING{transams= {Trans. Amer. Math. Soc.} }
@STRING{ussrcompmathphys={{U. S. S. R.} Comput. Math. and Math. Phys.} }
@STRING{ussrcompmathphys={{U. S. S. R.} Comput. Math. and Math. Phys.} }
@STRING{ussrcompmathphys={{U. S. S. R.} Comput. Math. and Math. Phys.} }
@STRING{vannostrand={Van Nostrand} }
@STRING{vannostrand={Van Nostrand} }
@STRING{vannostrand={Van Nostrand} }
@STRING{vlsicompsys={J. {VLSI} Comput. Syst.} }
@STRING{vlsicompsys={J. {VLSI} Comput. Syst.} }
@STRING{vlsicompsys={J. {VLSI} Comput. Syst.} }
@STRING{whfreeman={W. H. Freeman and Co.} }
@STRING{whfreeman={W. H. Freeman and Co.} }
@STRING{whfreeman={W. H. Freeman and Co.} }
@STRING{zangewmathmech={Z. Angew. Math. Mech.} }
@STRING{zangewmathmech={Z. Angew. Math. Mech.} }
@STRING{zangewmathmech={Z. Angew. Math. Mech.} }
@STRING{zangewmathphys={Z. Angew. Math. Phys.} }
@STRING{zangewmathphys={Z. Angew. Math. Phys.} }
@STRING{zangewmathphys={Z. Angew. Math. Phys.} }
@Article{ 10.1137/070697835,
title = {Guaranteed Minimum-Rank Solutions of Linear Matrix
Equations via Nuclear Norm Minimization},
year = 2010,
doi = {DOI:10.1137/070697835},
issn = 00361445,
eissn = 10957200,
journal = siamreview,
volume = 52,
number = 3,
pages = {471-501},
author = {Benjamin Recht and Maryam Fazel and Pablo A. Parrilo},
keywords = {rank; convex optimization; matrix norms; random matrices;
compressed sensing; semidefinite programming; 90C25; 90C59;
15A52; },
url = {http://dx.doi.org/doi/10.1137/070697835}
}
@Misc{ 1401.4220,
author = {Sahar Karimi and Stephen Vavasis},
title = {{IMRO}: a proximal quasi-{Newton} method for solving
$l_1$-regularized least squares problem},
year = 2014,
eprint = {arXiv:1401.4220}
}
###Misc{ 1401.4220,
author = {Sahar Karimi and Stephen Vavasis},
title = {{IMRO}: a proximal quasi-{Newton} method for solving
$l_1$-regularized least square problem},
year = 2014,
eprint = {arXiv:1401.4220}
}
@Article{ 1993,
title = {Lagrange Multipliers and Optimality},
author = {Rockafellar, R. T.},
journal = {SIAM Review},
volume = 35,
number = 2,
pages = {pp. 183-238},
url = {http://www.jstor.org/stable/2133143},
issn = 00361445,
abstract = {Lagrange multipliers used to be viewed as auxiliary
variables introduced in a problem of constrained
minimization in order to write first-order optimality
conditions formally as a system of equations. Modern
applications, with their emphasis on numerical methods and
more complicated side conditions than equations, have
demanded deeper understanding of the concept and how it
fits into a larger theoretical picture. A major line of
research has been the nonsmooth geometry of one-sided
tangent and normal vectors to the set of points satisfying
the given constraints. Another has been the game-theoretic
role of multiplier vectors as solutions to a dual problem.
Interpretations as generalized derivatives of the optimal
value with respect to problem parameters have also been
explored. Lagrange multipliers are now being seen as
arising from a general rule for the subdifferentiation of a
nonsmooth objective function which allows black-and-white
constraints to be replaced by penalty expressions. This
paper traces such themes in the current theory of Lagrange
multipliers, providing along the way a free-standing
exposition of basic nonsmooth analysis as motivated by and
applied to this subject.},
year = 1993
}
###Article{ 1993,
title = {Lagrange Multipliers and Optimality},
author = {Rockafellar, R. T.},
journal = {SIAM Review},
volume = 35,
number = 2,
pages = {pp. 183-238},
url = {http://www.jstor.org/stable/2133143},
abstract = {Lagrange multipliers used to be viewed as auxiliary
variables introduced in a problem of constrained
minimization in order to write first-order optimality
conditions formally as a system of equations. Modern
applications, with their emphasis on numerical methods and
more complicated side conditions than equations, have
demanded deeper understanding of the concept and how it
fits into a larger theoretical picture. A major line of
research has been the nonsmooth geometry of one-sided
tangent and normal vectors to the set of points satisfying
the given constraints. Another has been the game-theoretic
role of multiplier vectors as solutions to a dual problem.
Interpretations as generalized derivatives of the optimal
value with respect to problem parameters have also been
explored. Lagrange multipliers are now being seen as
arising from a general rule for the subdifferentiation of a
nonsmooth objective function which allows black-and-white
constraints to be replaced by penalty expressions. This
paper traces such themes in the current theory of Lagrange
multipliers, providing along the way a free-standing
exposition of basic nonsmooth analysis as motivated by and
applied to this subject.},
year = 1993
}
###Article{ 1993,
title = {Lagrange Multipliers and Optimality},
author = {Rockafellar, R. T.},
journal = {SIAM Review},
volume = 35,
number = 2,
pages = {pp. 183-238},
url = {http://www.jstor.org/stable/2133143},
abstract = {Lagrange multipliers used to be viewed as auxiliary
variables introduced in a problem of constrained
minimization in order to write first-order optimality
conditions formally as a system of equations. Modern
applications, with their emphasis on numerical methods and
more complicated side conditions than equations, have
demanded deeper understanding of the concept and how it
fits into a larger theoretical picture. A major line of
research has been the nonsmooth geometry of one-sided
tangent and normal vectors to the set of points satisfying
the given constraints. Another has been the game-theoretic
role of multiplier vectors as solutions to a dual problem.
Interpretations as generalized derivatives of the optimal
value with respect to problem parameters have also been
explored. Lagrange multipliers are now being seen as
arising from a general rule for the subdifferentiation of a
nonsmooth objective function which allows black-and-white
constraints to be replaced by penalty expressions. This
paper traces such themes in the current theory of Lagrange
multipliers, providing along the way a free-standing
exposition of basic nonsmooth analysis as motivated by and
applied to this subject.},
year = 1993
}
@Article{ 6399612,
author = {Lorenz, D. A.},
journal = ieeetranssigproc,
title = {Constructing Test Instances for Basis Pursuit Denoising},
year = 2013,
volume = 61,
number = 5,
pages = {1210-1214},
keywords = {signal denoising;signal reconstruction;LASSO-problem;basis
pursuit denoising problem;source condition;sparse
regularization;Dynamic range;Inverse
problems;Minimization;Noise;Noise reduction;Sparse
matrices;Vectors;Basis Pursuit denoising;compressed
sensing;optimization;optimization algorithms;signal
processing algorithms;sparsity},
month = {March}
}
###Article{ 6399612,
author = {Lorenz, D. A.},
journal = ieeetranssigproc,
title = {Constructing Test Instances for Basis Pursuit Denoising},
year = 2013,
volume = 61,
number = 5,
pages = {1210-1214},
keywords = {signal denoising;signal reconstruction;LASSO-problem;basis
pursuit denoising problem;source condition;sparse
regularization;Dynamic range;Inverse
problems;Minimization;Noise;Noise reduction;Sparse
matrices;Vectors;Basis Pursuit denoising;compressed
sensing;optimization;optimization algorithms;signal
processing algorithms;sparsity},
month = {March}
}
@InBook{ abad:1967,
address = {Amsterdam},
author = {J. Abadie},
date-modified = {2007-07-18 14:59:33 -0700},
editor = {J. Abadie},
pages = {19--36},
publisher = northholland,
title = {Nonlinear Programming},
year = 1967
}
###InBook{ abad:1967,
address = {Amsterdam},
author = {J. Abadie},
date-modified = {2007-07-18 14:59:33 -0700},
editor = {J. Abadie},
pages = {19--36},
publisher = northholland,
title = {Nonlinear Programming},
year = 1967
}
###InBook{ abad:1967,
address = {Amsterdam},
author = {J. Abadie},
date-modified = {2007-07-18 14:59:33 -0700},
editor = {J. Abadie},
pages = {19--36},
publisher = northholland,
title = {Nonlinear Programming},
year = 1967
}
@Article{ abev09,
author = "Jacob Abernethy and Francis Bach and Theodoros Evgeniou
and Jean-Philippe Vert",
title = "A new approach to collaborative filtering: operator
estimation with spectral regularization",
journal = "Journal of Machine Learning Research",
year = 2009
}
###Article{ abev09,
author = "Jacob Abernethy and Francis Bach and Theodoros Evgeniou
and Jean-Philippe Vert",
title = "A new approach to collaborative filtering: operator
estimation with spectral regularization",
journal = "Journal of Machine Learning Research",
year = 2009
}
###Article{ abev09,
author = "Jacob Abernethy and Francis Bach and Theodoros Evgeniou
and Jean-Philippe Vert",
title = "A new approach to collaborative filtering: operator
estimation with spectral regularization",
journal = "Journal of Machine Learning Research",
year = 2009
}
@Article{ aep08,
author = "Andreas Argyriou and Theodoros Evgeniou and Massimiliano
Pontil",
title = "Convex multi-task feature learning",
journal = "Machine Learning",
year = 2008,
volume = 73,
page = {243--272}
}
###Article{ aep08,
author = "Andreas Argyriou and Theodoros Evgeniou and Massimiliano
Pontil",
title = "Convex multi-task feature learning",
journal = "Machine Learning",
year = 2008,
volume = 73,
page = {243--272}
}
###Article{ aep08,
author = "Andreas Argyriou and Theodoros Evgeniou and Massimiliano
Pontil",
title = "Convex multi-task feature learning",
journal = "Machine Learning",
year = 2008,
volume = 73,
page = {243--272}
}
@InProceedings{ agy04,
title = "On the computational complexity of sensor network
localization",
author = "James Aspnes and David Goldenberg and Yang Richard Yang",
booktitle = "Algorithmic Aspects of Wireless Sensor Networks: First
International Workshop, ALGOSENSORS 2004",
address = {Turku, Finland},
series = {Lecture Notes in Computer Science},
volume = 3121,
publisher = "Springer-Verlag",
year = 2004,
month = {July},
pages = {32--44}
}
###InProceedings{ agy04,
title = "On the computational complexity of sensor network
localization",
author = "James Aspnes and David Goldenberg and Yang Richard Yang",
booktitle = "Algorithmic Aspects of Wireless Sensor Networks: First
International Workshop, ALGOSENSORS 2004",
address = {Turku, Finland},
series = {Lecture Notes in Computer Science},
volume = 3121,
publisher = "Springer-Verlag",
year = 2004,
month = {July},
pages = {32--44}
}
###InProceedings{ agy04,
title = "On the computational complexity of sensor network
localization",
author = "James Aspnes and David Goldenberg and Yang Richard Yang",
booktitle = "Algorithmic Aspects of Wireless Sensor Networks: First
International Workshop, ALGOSENSORS 2004",
address = {Turku, Finland},
series = {Lecture Notes in Computer Science},
volume = 3121,
publisher = "Springer-Verlag",
year = 2004,
month = {July},
pages = {32--44}
}
@Article{ alf00,
author = "A. Y. Alfakih",
title = "Graph rigidity via {Euclidean} distance matrices",
journal = "Linear Algebra and its Applications",
year = 2000,
volume = 310,
page = {149--165}
}
###Article{ alf00,
author = "A. Y. Alfakih",
title = "Graph rigidity via {Euclidean} distance matrices",
journal = "Linear Algebra and its Applications",
year = 2000,
volume = 310,
page = {149--165}
}
###Article{ alf00,
author = "A. Y. Alfakih",
title = "Graph rigidity via {Euclidean} distance matrices",
journal = "Linear Algebra and its Applications",
year = 2000,
volume = 310,
page = {149--165}
}
@Misc{ alipanahi:2012,
title = {Determining Protein Structures from {NOESY} Distance
Constraints by Semidefinite Programming},
author = {Babak Alipanahi and Nathan Krislock and Ali Ghodsi and
Henry Wolkowicz and Logan Donaldson and Ming Li},
year = 2012,
note = {To appear in {\it Journal of Computational Biology}}
}
###Misc{ alipanahi:2012,
title = {Determining Protein Structures from {NOESY} Distance
Constraints by Semidefinite Programming},
author = {Babak Alipanahi and Nathan Krislock and Ali Ghodsi and
Henry Wolkowicz and Logan Donaldson and Ming Li},
year = 2012,
note = {To appear in {\it Journal of Computational Biology}}
}
###Misc{ alipanahi:2012,
title = {Determining Protein Structures from {NOESY} Distance
Constraints by Semidefinite Programming},
author = {Babak Alipanahi and Nathan Krislock and Ali Ghodsi and
Henry Wolkowicz and Logan Donaldson and Ming Li},
year = 2012,
note = {To appear in {\it Journal of Computational Biology}}
}
@InCollection{ alizadehschmieta:2000,
author = {Farid Alizadeh and Stefan Schmieta},
title = {Symmetric Cones, Potential Reduction Methods},
booktitle = {Handbook of semidefinite programming: theory, algorithms,
and applications},
publisher = {Springer},
year = 2000,
editor = {Wolkowicz, Henry and Saigal, Romesh and Vandenberghe,
Lieven},
volume = 27
}
###InCollection{ alizadehschmieta:2000,
author = {Farid Alizadeh and Stefan Schmieta},
title = {Symmetric Cones, Potential Reduction Methods},
booktitle = {Handbook of semidefinite programming: theory, algorithms,
and applications},
publisher = {Springer},
year = 2000,
editor = {Wolkowicz, Henry and Saigal, Romesh and Vandenberghe,
Lieven},
volume = 27
}
@Article{ alizgold:2003,
author = {F. Alizadeh and D. Goldfarb},
date-modified = {2007-07-18 14:59:34 -0700},
journal = mathprogb,
pages = {3--51},
title = {Second-order cone programming},
volume = 95,
year = 2003
}
###Article{ alizgold:2003,
author = {F. Alizadeh and D. Goldfarb},
date-modified = {2007-07-18 14:59:34 -0700},
journal = mathprogb,
pages = {3--51},
title = {Second-order cone programming},
volume = 95,
year = 2003
}
###Article{ alizgold:2003,
author = {F. Alizadeh and D. Goldfarb},
date-modified = {2007-07-18 14:59:34 -0700},
journal = mathprogb,
pages = {3--51},
title = {Second-order cone programming},
volume = 95,
year = 2003
}
@Article{ altmgond:1999,
author = {A. Altman and J. Gondzio},
date-modified = {2007-09-07 10:48:13 -0700},
journal = {Optim. Methods Softw.},
local-url = {file://localhost/Users/mpf/papers/AltmanGondzio99.pdf},
pages = {275--302},
title = {Regularized Symmetric Indefinite Systems in Interior Point
Methods for Linear and Quadratic Optimization},
volume = 11,
year = 1999
}
###Article{ altmgond:1999,
author = {A. Altman and J. Gondzio},
date-modified = {2007-09-07 10:48:13 -0700},
journal = {Optim. Methods Softw.},
pages = {275--302},
title = {Regularized Symmetric Indefinite Systems in Interior Point
Methods for Linear and Quadratic Optimization},
volume = 11,
year = 1999
}
###Article{ altmgond:1999,
author = {A. Altman and J. Gondzio},
date-modified = {2007-09-07 10:48:13 -0700},
journal = {Optim. Methods Softw.},
pages = {275--302},
title = {Regularized Symmetric Indefinite Systems in Interior Point
Methods for Linear and Quadratic Optimization},
volume = 11,
year = 1999
}
@Article{ ames2011nuclear,
title = {Nuclear norm minimization for the planted clique and
biclique problems},
author = {Ames, Brendan PW and Vavasis, Stephen A},
journal = mathprog,
volume = 129,
number = 1,
pages = {69--89},
year = 2011,
publisher = {Springer}
}
###Article{ ames2011nuclear,
title = {Nuclear norm minimization for the planted clique and
biclique problems},
author = {Ames, Brendan PW and Vavasis, Stephen A},
journal = mathprog,
volume = 129,
number = 1,
pages = {69--89},
year = 2011,
publisher = {Springer}
}
@Article{ ande:1996,
author = {Andersen, Knud D.},
date-modified = {2007-07-18 14:59:32 -0700},
fjournal = siamopt,
issn = {1052-6234},
journal = siamopt,
number = 1,
pages = {74--95},
title = {An efficient {N}ewton barrier method for minimizing a sum
of {E}uclidean norms},
volume = 6,
year = 1996
}
###Article{ ande:1996,
author = {Andersen, Knud D.},
date-modified = {2007-07-18 14:59:32 -0700},
journal = siamopt,
number = 1,
pages = {74--95},
title = {An efficient {N}ewton barrier method for minimizing a sum
of {E}uclidean norms},
volume = 6,
year = 1996
}
###Article{ ande:1996,
author = {Andersen, Knud D.},
date-modified = {2007-07-18 14:59:32 -0700},
journal = siamopt,
number = 1,
pages = {74--95},
title = {An efficient {N}ewton barrier method for minimizing a sum
of {E}uclidean norms},
volume = 6,
year = 1996
}
@Article{ andechriconnover:2000,
author = {Andersen, Knud D. and Christiansen, Edmund and Conn,
Andrew R. and Overton, M. L.},
date-modified = {2007-07-18 14:59:32 -0700},
issn = {1064-8275},
journal = siamscicomp,
number = 1,
pages = {243--262},
title = {An efficient primal-dual interior-point method for
minimizing a sum of {E}uclidean norms},
volume = 22,
year = 2000
}
###Article{ andechriconnover:2000,
author = {Andersen, Knud D. and Christiansen, Edmund and Conn,
Andrew R. and Overton, M. L.},
date-modified = {2007-07-18 14:59:32 -0700},
journal = siamscicomp,
number = 1,
pages = {243--262},
title = {An efficient primal-dual interior-point method for
minimizing a sum of {E}uclidean norms},
volume = 22,
year = 2000
}
###Article{ andechriconnover:2000,
author = {Andersen, Knud D. and Christiansen, Edmund and Conn,
Andrew R. and Overton, M. L.},
date-modified = {2007-07-18 14:59:32 -0700},
journal = siamscicomp,
number = 1,
pages = {243--262},
title = {An efficient primal-dual interior-point method for
minimizing a sum of {E}uclidean norms},
volume = 22,
year = 2000
}
@Article{ andeelfv:1997,
author = {Lars-Erik Andersson and Tommy Elfving},
title = {A Constrained Procrustes Problem},
publisher = {SIAM},
year = 1997,
journal = siammatrix,
volume = 18,
number = 1,
pages = {124-139},
keywords = {constrained matrices; convex cones; positive semidefinite;
Procrustes},
url = {http://link.aip.org/link/?SML/18/124/1},
doi = {10.1137/S0895479894277545}
}
###Article{ andeelfv:1997,
author = {Lars-Erik Andersson and Tommy Elfving},
title = {A Constrained Procrustes Problem},
publisher = {SIAM},
year = 1997,
journal = siammatrix,
volume = 18,
number = 1,
pages = {124-139},
keywords = {constrained matrices; convex cones; positive semidefinite;
Procrustes},
url = {http://link.aip.org/link/?SML/18/124/1},
doi = {10.1137/S0895479894277545}
}
###Article{ andeelfv:1997,
author = {Lars-Erik Andersson and Tommy Elfving},
title = {A Constrained Procrustes Problem},
publisher = {SIAM},
year = 1997,
journal = siammatrix,
volume = 18,
number = 1,
pages = {124-139},
keywords = {constrained matrices; convex cones; positive semidefinite;
Procrustes},
url = {http://link.aip.org/link/?SML/18/124/1},
doi = {10.1137/S0895479894277545}
}
@Article{ anderoosterl:2003,
author = {E. D. Anderson and C. Roos and T. Terlaky},
date-modified = {2007-07-18 14:59:33 -0700},
journal = mathprogb,
pages = {249--277},
title = {On implementing a primal-dual interior-point method for
conic quadratic optimization},
volume = 95,
year = 2003
}