-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSMindex.html
120 lines (53 loc) · 2.78 KB
/
SMindex.html
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
<html>
<!-- Template file for SIAM Supplementary Materials index.
Replace all-caps strings below by appropriate text. -->
<body>
<p><b>Index of Supplementary Materials</b></p>
<p>Title of paper: <i>MIXED PRECISION HOLDR MATRICES</i></p>
<p>Authors: <i>ERIN CARSON, XINYE CHEN, AND XIAOBO LIU</i></p>
<!-- Repeat the lines below as many times as needed. -->
<p>File: <a href="@amphodlr"><br>@amphodlr</a></p> <!-- same name twice -->
<p>Type: CODE </p>
<p>Contents: the software for adaptive-precision HODLR matrices computing </p>
<p>File: <a href="@hodlr"><br>@hodlr</a></p> <!-- same name twice -->
<p>Type: CODE </p>
<p>Contents: the software for HODLR matrices computing </p>
<p>File: <a href="plot_LeGresley.m"><br>plot_LeGresley.m</br></a></p> <!-- same name twice -->
<p>Type: CODE </p>
<p>Contents: the scripts to generate FIG. 4.1 </p>
<p>File: <a href="exp_rcerr.m"><br>exp_rcerr.m</br> </a></p> <!-- same name twice -->
<p>Type: CODE </p>
<p>Contents: the scripts to generate results for FIG. 5.1 </p>
<p>File: <a href="plot_exp_rcerr.m"><br>plot_exp_rcerr.m</br> </a></p> <!-- same name twice -->
<p>Type: CODE </p>
<p>Contents: the scripts to generate plots for FIG. 5.1 </p>
<p>File: <a href="exp_mvprod.m"><br>exp_mvprod.m</br></a></p> <!-- same name twice -->
<p>Type: CODE </p>
<p>Contents: the scripts to generate results for FIG. 5.2 </p>
<p>File: <a href="plot_exp_mvprod.m"><br>plot_exp_mvprod.m</br></a></p> <!-- same name twice -->
<p>Type: CODE </p>
<p>Contents: the scripts to generate plots for FIG. 5.2 </p>
<p>File: <a href="exp_lu.m"><br>exp_lu.m</br></a></p> <!-- same name twice -->
<p>Type: CODE </p>
<p>Contents: the scripts to generate results for FIG. 5.3 </p>
<p>File: <a href="plot_exp_lu.m"><br>plot_exp_lu.m</br></a></p> <!-- same name twice -->
<p>Type: CODE </p>
<p>Contents: the scripts to generate plots for FIG. 5.3 </p>
<p>File: <a href="exp_storage.m"><br>exp_storage.m</br></a></p> <!-- same name twice -->
<p>Type: CODE </p>
<p>Contents: the scripts to generate results for FIG. 5.4 </p>
<p>File: <a href="plot_exp_storage.m"><br>plot_exp_storage.m</br></a></p> <!-- same name twice -->
<p>Type: CODE </p>
<p>Contents: the scripts to generate plots for FIG. 5.4 </p>
<p>File: <a href="data"><br>data/*</br></a></p> <!-- same name twice -->
<p>Type: DATA </p>
<p>Contents: the folder of the experimental data </p>
<p>File: <a href="results"><br>results/*</br></a></p> <!-- same name twice -->
<p>Type: DATA </p>
<p>Contents: the folder of the experimental results in the paper </p>
<p>File: <a href="figures"><br>figures/*</br></a></p> <!-- same name twice -->
<p>Type: IMAGES </p>
<p>Contents: the folder of the figures in the paper </p>
<!-- Repeat the lines above as many times as needed. -->
</body>
</html>