-
- [ ] [alfeld-sorokina.def](https://defelement.com/elements/alfeld-sorokina.html)
- [ ] [argyris.def](https://defelement.com/elements/argyris.html)
- [ ] [arnold-boffi-falk.def](https://defelement.c…
-
Would really love your feedback: https://github.com/1ssb/torchkan
Using Legendre Polynomials instead; ~98% on MNIST.
1ssb updated
6 months ago
-
https://github.com/Ferrite-FEM/Ferrite.jl/pull/991#issuecomment-2198520827
I think the current way of creating quadrature rules is not ideal. For example we write:
```
qr = QuadratureRule{RefT…
-
The associated Legendre function of the second kind as implemented in `lqmn` right now jumps on the unit circle and thus is nonanalytic in the complex plane.
This issue is related to gh-2396 which co…
-
This is a horrible issue and one that I can add more value to, but attempting to use the SphericalHarmonics encoder with a legendre_polys > 30 results in an NaN. Great work by the way, this stuff is a…
-
A common pattern to expand a function is:
```julia
P = Legendre()
x = axes(P,1)
f = P / P \ exp.(x)
```
But perhaps a shortcut would be useful so this is one line:
```julia
expand(Legendre(), …
-
Imported from SourceForge on 2024-07-05 21:37:02
Created by **[maximuser](https://sourceforge.net/u/maximuser/)** on 2011-09-18 11:40:18
Original: https://sourceforge.net/p/maxima/bugs/2275
---
I de…
rtoy updated
4 months ago
-
_Original ticket http://projects.scipy.org/scipy/ticket/1336 on 2010-11-28 by @pv, assigned to @pv._
The associated Legendre polynomial is restricted to orders m and degrees v that satisfy either v>-…
-
I installed the gem, and tried it out but I got this error:
```LoadError: /home/eli/.gem/ruby/2.4.0/gems/gsl-2.1.0.3/lib/gsl_native.so: undefined symbol: gsl_sf_legendre_array_size - /home/eli/.gem/r…
-
It's sensible to support this functionality, especially since they're more accurate.