-
Hi Jed,
I think there are two ways to improve the performance of the code. (1) Change G-S to Jacobi. (2) Continue chaining Jacobi to a block version.
Fande,
-
@simonp0420 , @kagalenko-m-b
I've just pushed a new version.
- better algorithm for the Jacobi theta functions
- Jacobi theta function with characteristics (it generalizes the four Jacobi thet…
-
From a student's private repo:
> So I'm having some real trouble understanding where to start in implementing the `jacobi` and `gauss_seidel` methods. I have tried to make new methods within the `sol…
-
### Summary of Problem
Hi, I am noticing when I try to run any Chapel code on my Nvidia GPU (RTX3080) I am encountering segmentation faults, even when running the Jacobi.chpl code from the Chapel d…
-
I have some questions about the structure of custom mask for lookahead and verify branches [as described in the blog](https://lmsys.org/blog/2023-11-21-lookahead-decoding/#lookahead-and-verify-in-the…
-
Dunkl-Xu polynomials with the weight `(1-x^2-y^2)^β` are written in terms of equal-parameter Jacobi polynomials. These can be generalized in two ways: with inequal-parameter Jacobi polynomials for a w…
-
I cannot find that Jacobi elliptic functions are implemented in Sympy. I’m trying to solve a Sturm- Liouville problem with the need of these symbolic functions. Am I missing them? Are there any workar…
-
For Exercise 3, for `jacobi_step`, when we make our `xkp1` array, since it has to be a numpy array and you said that the things you've already imported should be enough, that makes me think we should …
-
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…
-
It would be nice to have support for generating Gauss–Kronrod points and weights for the weight functions in FastGaussQuadrature, at least when they exist, in order to have an error estimate from the …