]> AND Private Git Repository - book_gpu.git/blob - BookGPU/Chapters/chapter12/biblio12.bib
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
new
[book_gpu.git] / BookGPU / Chapters / chapter12 / biblio12.bib
1 @article{ch12:ref1,
2 title = {Iterative methods for sparse linear systems},
3 author = {Saad, Yousef},
4 journal = {Society for Industrial and Applied Mathematics,  2nd edition},
5 volume = {},
6 number = {},
7 pages = {},
8 year = {2003},
9 }
10
11 @article{ch12:ref2,
12 title = {Methods of conjugate gradients for solving linear systems},
13 author = {Hestenes, Maqnus R. and Stiefel, Eduard},
14 journal = {Journal of Research of the National Bureau of Standards},
15 volume = {49},
16 number = {6},
17 pages = {409--436},
18 year = {1952},
19 }
20
21 @article{ch12:ref3,
22 title = {{GMRES}: a generalized minimal residual algorithm for solving nonsymmetric linear systems},
23 author = {Saad, Yousef and Schultz, Martin H.},
24 journal = {SIAM Journal on Scientific and Statistical Computing},
25 volume = {7},
26 number = {3},
27 pages = {856--869},
28 year = {1986},
29 }
30
31 @article{ch12:ref4,
32 title = {Solution of sparse indefinite systems of linear equations},
33 author = {Paige, Chris C. and Saunders, Michael A.},
34 journal = {SIAM Journal on Numerical Analysis},
35 volume = {12},
36 number = {4},
37 pages = {617--629},
38 year = {1975},
39 }
40
41 @article{ch12:ref5,
42 title = {The principle of minimized iteration in the solution of the matrix eigenvalue problem},
43 author = {Arnoldi, Walter E.},
44 journal = {Quarterly of Applied Mathematics},
45 volume = {9},
46 number = {17},
47 pages = {17--29},
48 year = {1951},
49 }
50
51 @article{ch12:ref6,
52 title = {{CUDA} Toolkit 4.2 {CUBLAS} Library},
53 author = {NVIDIA Corporation},
54 journal = {},
55 volume = {},
56 number = {},
57 pages = {},
58 note = {\url{http://developer.download.nvidia.com/compute/DevZone/docs/html/CUDALibraries/doc/CUBLAS_Library.pdf}},
59 year = {2012},
60 }
61
62 @article{ch12:ref7,
63 title = {Efficient sparse matrix-vector multiplication on {CUDA}},
64 author = {Bell, Nathan and Garland, Michael},
65 journal = {NVIDIA Technical Report NVR-2008-004, NVIDIA Corporation},
66 volume = {},
67 number = {},
68 pages = {},
69 year = {2008},
70 }
71
72 @article{ch12:ref8,
73 title = {{CUSP} {L}ibrary},
74 author = {},
75 journal = {},
76 volume = {},
77 number = {},
78 pages = {},
79 note = {\url{http://code.google.com/p/cusp-library/}},
80 year = {},
81 }
82
83 @article{ch12:ref9,
84 title = {{NVIDIA} {CUDA} {C} programming guide},
85 author = {NVIDIA Corporation},
86 journal = {},
87 volume = {},
88 number = {},
89 pages = {},
90 note = {Version 4.2},
91 year = {2012},
92 }
93
94 @article{ch12:ref10,
95 title = {The university of {F}lorida sparse matrix collection},
96 author = {Davis, T. and Hu, Y.},
97 journal = {},
98 volume = {},
99 number = {},
100 pages = {},
101 note = {\url{http://www.cise.ufl.edu/research/sparse/matrices/list_by_id.html}},
102 year = {1997},
103 }
104
105 @article{ch12:ref11,
106 title = {Hypergraph partitioning based decomposition for parallel sparse matrix-vector multiplication},
107 author = {Catalyurek, Umit V. and Aykanat, Cevdet},
108 journal = {{IEEE} {T}ransactions on {P}arallel and {D}istributed {S}ystems},
109 volume = {10},
110 number = {7},
111 pages = {673--693},
112 note = {},
113 year = {1999},
114 }
115
116 @article{ch12:ref12,
117 title = {{hMETIS}: A hypergraph partitioning package},
118 author = {Karypis, George and Kumar, Vipin},
119 journal = {},
120 volume = {},
121 number = {},
122 pages = {},
123 note = {},
124 year = {1998},
125 }
126
127 @article{ch12:ref13,
128 title = {{PaToH}: partitioning tool for hypergraphs},
129 author = {Catalyurek, Umit V. and Aykanat, Cevdet},
130 journal = {},
131 volume = {},
132 number = {},
133 pages = {},
134 note = {},
135 year = {1999},
136 }
137
138 @article{ch12:ref14,
139 title = {Parallel hypergraph partitioning for scientific computing},
140 author = {Devine, Karen D. and Boman, Erik G. and Heaphy, Robert T. and Bisseling, Rob H. and Catalyurek, Umit V.},
141 journal = {In Proceedings of the 20th international conference on Parallel and distributed processing, IPDPS’06},
142 volume = {},
143 number = {},
144 pages = {124–124},
145 note = {},
146 year = {2006},
147 }
148
149 @article{ch12:ref15,
150 title = {{PHG} - parallel hypergraph and graph partitioning with {Z}oltan},
151 author = {},
152 journal = {},
153 volume = {},
154 number = {},
155 pages = {},
156 note = {\url{http://www.cs.sandia.gov/Zoltan/ug_html/ug_alg_phg.html}},
157 year = {},
158 }
159
160
161
162
163