Skip to content

Commit 810743b

Browse files
committed
[numerics.general] Add library summary entry
1 parent 4170469 commit 810743b

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

source/numerics.tex

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,16 @@
1717
as summarized in \tref{numerics.summary}.
1818

1919
\begin{libsumtab}{Numerics library summary}{numerics.summary}
20-
\ref{numeric.requirements} & Requirements & \\ \rowsep
21-
\ref{cfenv} & Floating-point environment & \tcode{<cfenv>} \\ \rowsep
22-
\ref{complex.numbers} & Complex numbers & \tcode{<complex>} \\ \rowsep
23-
\ref{rand} & Random number generation & \tcode{<random>} \\ \rowsep
24-
\ref{numarray} & Numeric arrays & \tcode{<valarray>} \\ \rowsep
25-
\ref{c.math} & Mathematical functions for floating-point types &
26-
\tcode{<cmath>}, \tcode{<cstdlib>} \\ \rowsep
27-
\ref{numbers} & Numbers & \tcode{<numbers>} \\ \rowsep
28-
\ref{linalg} & Linear algebra & \tcode{<linalg>} \\
20+
\ref{numeric.requirements} & Requirements & \\ \rowsep
21+
\ref{cfenv} & Floating-point environment & \tcode{<cfenv>} \\ \rowsep
22+
\ref{complex.numbers} & Complex numbers & \tcode{<complex>} \\ \rowsep
23+
\ref{rand} & Random number generation & \tcode{<random>} \\ \rowsep
24+
\ref{numarray} & Numeric arrays & \tcode{<valarray>} \\ \rowsep
25+
\ref{c.math} & Mathematical functions for
26+
floating-point types & \tcode{<cmath>}, \tcode{<cstdlib>} \\ \rowsep
27+
\ref{numbers} & Numbers & \tcode{<numbers>} \\ \rowsep
28+
\ref{linalg} & Linear algebra & \tcode{<linalg>} \\ \rowsep
29+
\ref{simd} & Data-parallel types & \tcode{<simd>} \\
2930
\end{libsumtab}
3031

3132
\rSec1[numeric.requirements]{Numeric type requirements}

0 commit comments

Comments
 (0)