From Jason Turner

[numerics.general]

Diff to HTML by rtfpessoa

tmp/tmpju3mo6gd/{from.md → to.md} RENAMED
@@ -17,7 +17,9 @@ floating-point types, as summarized in [[numerics.summary]].
17
  | [[complex.numbers]] | Complex numbers | `<complex>` |
18
  | [[rand]] | Random number generation | `<random>` |
19
  | [[numarray]] | Numeric arrays | `<valarray>` |
20
  | [[c.math]] | Mathematical functions for floating-point types | `<cmath>`, `<cstdlib>` |
21
  | [[numbers]] | Numbers | `<numbers>` |
 
 
22
 
23
 
 
17
  | [[complex.numbers]] | Complex numbers | `<complex>` |
18
  | [[rand]] | Random number generation | `<random>` |
19
  | [[numarray]] | Numeric arrays | `<valarray>` |
20
  | [[c.math]] | Mathematical functions for floating-point types | `<cmath>`, `<cstdlib>` |
21
  | [[numbers]] | Numbers | `<numbers>` |
22
+ | [[linalg]] | Linear algebra | `<linalg>` |
23
+ | [[simd]] | Data-parallel types | `<simd>` |
24
 
25