-
### Steps To Reproduce
Among all trigonometric functions, only $\sin$ and $\cos$ (and surprisingly all inverse functions) are correctly converted to their Sage equivalents from Mathematica when usi…
-
As pointed out by Remi, we should add some automated tests to the implementations of Laguerre-Gauss and Hermite-Gauss Modes.
Some things that could be added to check the modes are behaving as expec…
-
Support for orthogonal polynomials.
References:
- [ ] https://people.sc.fsu.edu/~jburkardt/f_src/jacobi_polynomial/jacobi_polynomial.html
- [ ] https://people.sc.fsu.edu/~jburkardt/f_src/cheby…
-
I recently started using the V100 on the ml partition of taurus again. With a very similar setup to what already ran, I got the following mallocMC error:
```
terminate called after throwing an insta…
-
@asmeurer sez:
> [W]ith the C and Fortran printers, because they just printed a comment. The
> Octave printer produces an error. I never understood why we used comments
> instead of errors.
Foll…
-
-
I have been looking for a function that does something similar to that of scipy's `scipy.special.eval_legendre` function. I dont know the math well but I have been told that the function that is suppo…
-
In the test directory, include code function values of different polynomials as tests to verify answers are correct.
I have yet to find a more efficient method than copy pasting the [pdf archives](ht…
-
I have a function definition that solves a system of equations by calling `gesv!`.
If the system is large, `gesv!` is called multiple times for each solution element.
This is because the current FFT…
-
In scipy.special the function roots_genlaguerre, which returns the zeros of the nth order generalized laguerre polynomial and weights for gaussian quadrature, breaks at n bigger than around 200 return…