From Jason Turner

[numerics.summary]

Diff to HTML by rtfpessoa

tmp/tmpyuc4zv77/{from.md → to.md} RENAMED
@@ -7,6 +7,8 @@
7
  | [[complex.numbers]] | Complex numbers | `<complex>` |
8
  | [[rand]] | Random number generation | `<random>` |
9
  | [[numarray]] | Numeric arrays | `<valarray>` |
10
  | [[c.math]] | Mathematical functions for floating-point types | `<cmath>`, `<cstdlib>` |
11
  | [[numbers]] | Numbers | `<numbers>` |
 
 
12
 
 
7
  | [[complex.numbers]] | Complex numbers | `<complex>` |
8
  | [[rand]] | Random number generation | `<random>` |
9
  | [[numarray]] | Numeric arrays | `<valarray>` |
10
  | [[c.math]] | Mathematical functions for floating-point types | `<cmath>`, `<cstdlib>` |
11
  | [[numbers]] | Numbers | `<numbers>` |
12
+ | [[linalg]] | Linear algebra | `<linalg>` |
13
+ | [[simd]] | Data-parallel types | `<simd>` |
14