Skip to content

Commit

Permalink
[numerics.general] Add library summary entry
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoeppe committed Dec 17, 2024
1 parent 4170469 commit 810743b
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions source/numerics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@
as summarized in \tref{numerics.summary}.

\begin{libsumtab}{Numerics library summary}{numerics.summary}
\ref{numeric.requirements} & Requirements & \\ \rowsep
\ref{cfenv} & Floating-point environment & \tcode{<cfenv>} \\ \rowsep
\ref{complex.numbers} & Complex numbers & \tcode{<complex>} \\ \rowsep
\ref{rand} & Random number generation & \tcode{<random>} \\ \rowsep
\ref{numarray} & Numeric arrays & \tcode{<valarray>} \\ \rowsep
\ref{c.math} & Mathematical functions for floating-point types &
\tcode{<cmath>}, \tcode{<cstdlib>} \\ \rowsep
\ref{numbers} & Numbers & \tcode{<numbers>} \\ \rowsep
\ref{linalg} & Linear algebra & \tcode{<linalg>} \\
\ref{numeric.requirements} & Requirements & \\ \rowsep
\ref{cfenv} & Floating-point environment & \tcode{<cfenv>} \\ \rowsep
\ref{complex.numbers} & Complex numbers & \tcode{<complex>} \\ \rowsep
\ref{rand} & Random number generation & \tcode{<random>} \\ \rowsep
\ref{numarray} & Numeric arrays & \tcode{<valarray>} \\ \rowsep
\ref{c.math} & Mathematical functions for
floating-point types & \tcode{<cmath>}, \tcode{<cstdlib>} \\ \rowsep
\ref{numbers} & Numbers & \tcode{<numbers>} \\ \rowsep
\ref{linalg} & Linear algebra & \tcode{<linalg>} \\ \rowsep
\ref{simd} & Data-parallel types & \tcode{<simd>} \\
\end{libsumtab}

\rSec1[numeric.requirements]{Numeric type requirements}
Expand Down

0 comments on commit 810743b

Please sign in to comment.