matrix index table
A table containing a list of matrices and their properties.
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
% Full code on github: https://github.com/bvieuble/TeXFantasy
% Appears my the article ``Combining sparse approximate factorizations with mixed-precision iterative refinement''.
\pgfplotstabletypeset[col sep=comma,
string type,
font=\normalsize,
every head row/.style={before row={\toprule},
after row={\midrule}},
every even row/.style={before row={\rowcolor{gray!30}}},
columns={id,name,n,nnz,arith,sym,mpi,ka,ffacto,fsolve},
columns/id/.style={column name=ID},
columns/name/.style={column name=Name,column type={r}},
columns/n/.style={column name=$n$,column type={r}},
columns/nnz/.style={column name=NNZ,column type={r}},
columns/arith/.style={column name=Arith.,
column type={c}},
columns/sym/.style={column name=Sym.,
column type={c}},
columns/mpi/.style={column name=MPI,
column type={c}},
columns/ka/.style={column name=$\kappa(A)$,
column type={r}},
columns/ffacto/.style={column name=\thead{\normalsize
Fact.\\{\scriptsize(flops)}},
column type={r}},
columns/fsolve/.style={column name=\thead{\normalsize
Slv.\\{\scriptsize(flops)}},
column type={r}},
every last row/.style={after row=\bottomrule}
]{\data}