-
related #7891
We could add a helper function that computes first and second derivatives for only one element of a partition of the parameter space.
We have several applications where we can comput…
-
Can you provide code of FS (Fourier’s series), JH
(Jacobi spherical harmonics), HSH (hemispherical harmon-
ics), SH (spherical harmonics), and TS (Taylor’s series)?
Thanks!
-
In exercise 3.7, we are supposed to first plot the difference r(k) = b − A*x(k) after k iterations of jacobi_step (this question applies to Gauss-Seidel as well), for k between 1 and some large number…
-
## Summary
30 Benchmarks:
- 2 don't work for an annoying reason (we don't support `arith.select`, and we don't support `scf.if`. `arith.select` should be pretty easy, I imagine. `scf.if` is a bit …
-
As a follow on to #87 , investigate why the following tests are currently failing:
- Epetra OFF MPI ([link](https://github.com/NexGenAnalytics/Trilinos/actions/runs/5905651172/job/16020159192))
788 …
-
*Original issue: https://charm.cs.illinois.edu/redmine/issues/1315*
---
``` c++
// allocate a three dimensional array
temperature = new double**[blockDimX+2];
new_temperature = new double**[b…
-
Dear SuTan:
The smooth function conclusion of Jacobi's solution is given directly in the paper, but I want to know why.
So I did the derivation of smooth function myself, I feel confused.
…
-
It may be fun to extend [Math.NumberTheory.Moduli.Jacobi](https://github.com/cartazio/arithmoi/blob/master/Math/NumberTheory/Moduli/Jacobi.hs) to cover not only [quadratic reciprocity](https://en.wiki…
-
When I provide the Jacobian
f = ODEFunction(fcn,mass_matrix=M,jac=f_jac)
why do I get different results (number of time steps,...) when I use different options for autodiff:
sol = solve(pro…
-
Currently, we have a custom implementation for Nx.BinaryBackend and call the XLA implementation for eigh in EXLA.
However, the XLA implementation seems to suffer from similar issues to the SVD one, i…