-
The formula for Bessel functions of the first kind with half-integer orders, expressed in terms of Lommel polynomials, is:
\[ J_{n+\frac{1}{2}}(x) = \sqrt{\frac{2}{\pi x}} \left[R_{n-\frac{1}{2},0}(x…
-
Implement base 2 logarithm function `log2`. Proposed by @brandongc in https://github.com/j3-fortran/fortran_proposals/issues/222. This looks like it belongs in `stdlib_math`.
## Prior art
* [`nu…
-
Some (unofficial) tips for those who want to use `WarpLib` from Linux.
Use Mono 5.18 and `csc`, not `msc`.
## liblion
Get it from https://github.com/dtegunov/liblion. Apply several changes I…
-
Dear Mario and Ilyes,
Thanks for the nice work. The error occurred when I trained the example.
```
crude-dorena 2024-08-07 13:15:32.649 INFO: MACE version: 0.1.1
crude-dorena 2024-08-07 13:15:32…
-
### 🐛 Describe the bug
I'm trying to build Pytorch 1.13 from source in order to use Yolov5 on my AMD GPU with ROCm. I followed the steps:
```
git clone -b release/1.13 https://github.com/pytorch/…
-
ModuleNotFoundError Traceback (most recent call last)
in ()
----> 1 import caffe
/usr/lib/python3/dist-packages/caffe/__init__.py in ()
----> 1 from .pycaffe import Net, S…
-
The functions in `transcentental.py` could return special values:
* `zetaderiv(0,1)=-1/2*log(2*pi)`, http://dlmf.nist.gov/25.6#E11
* `zetaderiv(0,2)=-1/2*log(2*pi)^2+...`, http://dlmf.nist.gov/25.6#…
-
## Description
As requested by @rok-cesnovar I prepared a list of all functions in Stan Math and proposed how to implement them in OpenCL. Most are probably possible using kernel generator.
Legend…
-
Not a duplicate of #790
```
[plotting ][0m39;49;00m File "sage/libs/mpmath/utils.pyx", line 443, in sage.libs.mpmath.utils.call (/var/tmp/portage/sci-mathematics/sagemath-standard-10.4-r1/work/sa…
-
These Ops are used in the core of PyMC3.
I do not know how big the impact would be, but C implementations would be great and probably not too difficult.
- [ ] I1e
- [ ] I0e
- [x] erfcx #317
- …