-
Hi 😊 I am using the ODE solvers in mathnet-numerics to solve a system of ODE, and I have encountered several times that I need to append two vectors along the same axis. In numpy I would write somethi…
-
I can view a FiniteSet in the GUI, but I can't extract elements from it for further computation, at least not without converting it into something else. There's [widespread confusion on StackOverflow]…
-
Has anyone else saw this
```
Block SPINFO
1 FlexibleSUSY
2 2.5.0
4 no ewsb
5 CSE6SSM
9 4.14.3
```
It's on the development branch.
-
I'm currently trying to use `geomstats` to compute the Fréchet mean and Tangent PCA on a manifold that I only know numerically. As a starting point I am trying to implement this for the 2-Sphere case …
-
Just a list of schemes that we would like to be implemented into the library:
- [x] explicit schemes:
- [x] Adams-Bashforth schemes see [7]:
- [x] 1 step, namely the forward explicit Euler schem…
-
While compiling OMTLMSimulator from OMSimulator I get a bunch of warnings. Some of them are errors under C++17.
```
clang++ -fPIC -I../include -c g2c_w32.c -o LINUX64/g2c_w32.o
clang: warni…
-
Hello Jeppe
My question concerns question D in problem set 6, where the steady state value of capital pr. capita must be found for CES-production. I have no trouble solving this problem numerically…
-
#### Describe the bug
As noted in #22910, `Ridge(alpha=0, fit_intercept=True)` does not give the minimal norm solution for wide data, i.e. `n_features > n_samples`.
Note that we nowhere guarantee …
-
```
Currently the iterative solvers try to reach the prescribed accuracy. If it
stagnates for a (very) large number of iterations, it stops and produces an
error.
The idea is to adopt a more positi…
-
Hi @sdwfrost, I was interested to see if I could get something similar to your [InfiniteOpt.jl](https://github.com/epirecipes/sir-julia/blob/master/markdown/ode_lockdown_infiniteopt/ode_lockdown_infin…