PaulXiCao
af0d731b12
[libc++][math] Mathematical Special Functions: Hermite Polynomial ( #89982 )
...
Implementing the Hermite polynomials which are part of C++17's
mathematical special functions. The goal is to get early feedback which
will make implementing the other functions easier. Integration of
functions in chunks (e.g. `std::hermite` at first, then `std::laguerre`,
etc.) might make sense as well (also see note on boost.math below).
I started out from this abandoned merge request:
https://reviews.llvm.org/D58876 .
The C++23 standard defines them in-terms of `/* floating-point type */`
arguments. I have not looked into that.
Note, there is still an ongoing discussion on discourse whether
importing boost.math is an option.
2024-07-20 17:50:05 +02:00
..
2024-07-19 09:42:16 -07:00
2023-08-09 19:39:08 +02:00
2023-08-09 19:39:08 +02:00
2024-05-21 15:54:08 -07:00
2023-08-22 20:15:16 +02:00
2023-09-05 18:10:46 +02:00
2023-08-09 19:39:08 +02:00
2023-08-09 19:39:08 +02:00
2024-05-03 17:29:27 +02:00
2023-08-09 19:39:08 +02:00
2024-05-03 17:29:27 +02:00
2023-08-09 19:39:08 +02:00
2023-08-09 19:39:08 +02:00
2024-07-16 19:01:00 +02:00
2024-05-03 17:29:27 +02:00
2023-08-09 19:39:08 +02:00
2024-05-03 17:29:27 +02:00
2024-07-20 17:50:05 +02:00
2023-11-24 17:34:30 +01:00
2023-08-09 19:39:08 +02:00
2024-02-19 09:56:06 +02:00
2023-08-09 19:39:08 +02:00
2023-08-22 20:15:16 +02:00
2023-08-09 19:39:08 +02:00
2024-05-03 17:29:27 +02:00
2024-05-03 17:29:27 +02:00
2024-05-03 17:29:27 +02:00
2024-05-03 17:29:27 +02:00
2024-05-03 17:29:27 +02:00
2024-05-03 17:29:27 +02:00
2024-05-03 17:29:27 +02:00
2024-05-03 17:29:27 +02:00
2024-05-03 17:29:27 +02:00
2023-08-09 19:39:08 +02:00
2024-05-03 17:29:27 +02:00
2024-05-03 17:29:27 +02:00
2023-08-09 19:39:08 +02:00
2023-08-09 19:39:08 +02:00
2023-09-06 19:31:29 +02:00
2023-09-05 18:10:46 +02:00
2023-08-22 20:15:59 +02:00
2023-08-09 19:39:08 +02:00
2023-08-09 19:39:08 +02:00
2023-11-24 17:30:33 +01:00
2023-08-09 19:39:08 +02:00
2023-08-22 20:15:59 +02:00
2024-04-09 11:10:20 -04:00
2023-08-22 20:15:16 +02:00
2023-08-09 19:39:08 +02:00
2023-08-09 19:39:08 +02:00
2023-08-09 19:39:08 +02:00
2023-08-09 19:39:08 +02:00
2023-08-09 19:39:08 +02:00
2024-03-04 18:16:52 -05:00
2023-08-09 19:39:08 +02:00
2023-08-09 19:39:08 +02:00
2023-08-09 19:39:08 +02:00
2023-08-22 20:15:16 +02:00
2023-08-09 19:39:08 +02:00
2023-08-09 19:39:08 +02:00
2024-04-05 22:04:07 +03:00
2023-08-09 19:39:08 +02:00
2023-10-20 08:13:52 -06:00
2023-08-09 19:39:08 +02:00
2024-07-19 06:38:02 +03:00
2023-08-22 20:15:16 +02:00
2023-08-09 19:39:08 +02:00
2023-08-09 19:39:08 +02:00
2024-01-22 06:57:45 +02:00
2023-08-09 19:39:08 +02:00
2024-02-10 15:22:16 +01:00
2023-09-05 18:10:46 +02:00
2023-08-09 19:39:08 +02:00
2023-08-22 20:16:53 +02:00
2024-05-08 20:17:59 +02:00
2023-08-09 19:39:08 +02:00
2023-08-09 19:39:08 +02:00
2023-08-09 19:39:08 +02:00
2023-08-09 19:39:08 +02:00
2023-08-22 20:15:16 +02:00
2023-08-09 19:39:08 +02:00
2023-08-22 20:15:16 +02:00
2023-08-09 19:39:08 +02:00
2023-08-09 19:39:08 +02:00
2023-08-09 19:39:08 +02:00
2023-08-09 19:39:08 +02:00
2023-08-09 19:39:08 +02:00
2023-08-09 19:39:08 +02:00
2023-08-09 19:39:08 +02:00
2023-08-09 19:39:08 +02:00
2023-09-06 19:31:29 +02:00
2023-08-09 19:39:08 +02:00
2024-01-30 13:40:21 +08:00
2024-01-30 13:40:21 +08:00
2024-04-04 06:03:00 +03:00
2023-11-08 17:45:06 +01:00
2023-08-09 19:39:08 +02:00
2023-08-09 19:39:08 +02:00
2023-09-16 19:54:19 +01:00
2023-09-05 18:10:46 +02:00
2023-09-05 18:10:46 +02:00
2023-08-09 19:39:08 +02:00
2023-08-09 19:39:08 +02:00
2023-08-09 19:39:08 +02:00
2023-08-09 19:39:08 +02:00
2023-09-05 18:10:46 +02:00
2023-08-09 19:39:08 +02:00
2023-08-09 19:39:08 +02:00
2023-09-05 18:10:46 +02:00
2023-08-09 19:39:08 +02:00