-
Currently, the Hermite function computation is a bit slow for moderate numbers of data points and orders:
![image](https://github.com/user-attachments/assets/5ff617e9-3ccc-4a97-be71-b6a33675bc00)
…
-
I think it would be nice to try cubic interpolation.
* On one hand it would require 64 (4x4x4) reads from memory rather than 8 (2x2x2) of tri-linear
* but the advantage is that it would not need t…
-
So I have bought this up before but no fix.
If I add a bit of DZ curve to my Yaw response in mapping properties I get very noticeable Non Dead Zone.
this is particularly bad when zoomed in in ga…
-
Hi there! Thank you very much for this. I tried with the PMDG 737 and looks like everything is working (flaps, landing gear, airspeed brake). Very nice.
I only found a small issue. Tried recording …
-
This is a follow-up to #14, but more speculatory.
At the moment, I'm working with atoms with spherical symmetry, which allows me to reduce my differential equations to one-dimensional radial proble…
jagot updated
4 years ago
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Short code showinModuleNotFoundError Traceback (most recent call last)
Cell In[19]…
-
No idea what this feature involves, but you said you could add a feature to remove unrealistic jagged lines, sharp corners, etc. As seen here: https://www.youtube.com/watch?v=SvCfz-TY6Go
I will gla…
-
I am having an issue running glmer, namely:
`Error in pwrssUpdate(pp, resp, tol = tolPwrss, GQmat = GHrule(0L), compDev = compDev, : pwrssUpdate did not converge in (maxit) iterations`
From wh…
-
Hi,
So I'm thinking of using ImGui for doing a basic node graph that can be used to edit materials. There are lots of programs that does this but for example:
http://keenleveldesign.com/pimp/protool…
emoon updated
8 months ago
-
It seems there is mix between the boundary conditions on the first dimension and the second dimension.
In spline_builder_2d.hpp, at lines
https://github.com/CExA-project/ddc/blob/d652df884e1a53c94…