-
Here are some useful functions from my vault. Feel free to add or modify to your tastes any or all of them for future arithmoi releases. If there is interest I have some other number theoretic codes…
-
Author Name: **christian faure** (christian faure)
Original Redmine Issue: [21781](https://issues.qgis.org/issues/21781)
Affected QGIS version: 3.6.0
Redmine category:unknown
---
QGis 3.6.0 installe…
-
I use pyephem in my Ubuntu indicator (indicator-lunar) and am trialling python-skyfield to possibly jump across in the future.
Given the ephemeris is downloaded first time by python-skyfield, or lo…
-
Tomek, what do the physicists would like to see to be able to see in order to tell if the model picked up the "right insights"?
This might not only improve the paper, but may make the package used …
-
Anticipate all possible parameter specifications for solver
-
Hi Mikael,
I have started to implement my Rayleigh-Benard solver and wanted to play a bit with the Poisson and Biharmonic solvers first. To do so, I downloaded the scripts available in the `demo` f…
-
This is tied to one of the examples I'm trying to do in #313, but is not formally a blocker as there is a work-around.
I tried to do the following:
```
cont = fit_generic_continuum(spectrum)
sp…
-
This will pass on GCC, but fail on clang / MSVC
```
TEST_CASE("angle_axis_constexp", "[quat]") {
using fQuat = vecpp::Quat;
constexpr fQuat r_x = fQuat::angle_axis(fAngle::from_deg(90.0f), {…
-
We are currently running into problems with the fact that the [`smolyak_weights` function](https://github.com/RJDennis/SmolyakApprox.jl/blob/75f260cc2269b5165622cb5dec953b8abf7c85d7/src/smolyak_weight…
-
When polynomial.Chebyshev and polynomial.Legendre objects are converted to polynomial.Polynomial objects and evaluated, large errors can be introduced. For asymmetrical domains about zero (e.g. [0,1])…