-
Not certain if this should be made as a new issue or not, but it is sort of in the vein of this thread.
I have been attempting to use the rbasex implementation to invert some above threshold ioniza…
-
A user reported unexpected results when using spherical/cylindrical external sources. It turns out the spatial distribution “cylindrical” and “spherical” are not implemented for uniformly distribution…
-
Can we use this library in CentOS? Please confirm. Thanks
-
I ran the following code:
```
p = np.zeros((10))
PlmBar(p, 3, 0.1)
```
Here comes the error message:
```
/anaconda3/envs/py37/lib/python3.7/site-packages/pyshtools/shtools/__init__.py in w…
-
I was going to propose trying to stick to linear algebra language as much as possible, in which case normalisation is really just a QR. That is:
```julia
P = Legendre()
Q,D = qr(P)
qr(P) isa Ortho…
-
Hi Mikael,
I am trying to solve a linear elasticity problem on a 2D domain. I'm using Legendre polynomials and, thus, I have assembled the weak form using integration by parts, which contains to te…
-
This code implements a method for doing Gauss-Legendre integration on a fast-callable polynomial. Designed with multi-precision in mind.
Component: **numerical**
Keywords: **Gauss-Legendre Integra…
-
A polynomial having only real numbers as coefficients is called a _real polynomial_. Sometimes the polynomial has `Complex` coefficients but they are actually real, like `2 + 0im`. Hope the following …
-
Hi @jonathf. I have a question about how the orthogonal polynomials for the uniform distributions are generated. It is indicated in the manual, that many of the pre-defined probability distributions …
ghost updated
4 years ago
-
**Describe the bug**
While testing with `pytest-cov` we started noticing some failures due to an "internal" error. Digging deeper, it looks like somehow a shared object (.so) file has made its way …