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