-
* Compiler Used: MSVC 2015
* Operating System: Windows 10
* Architecture (ARM/x86/32bit/64bit/etc): x64
I am creating a function in script that pushes back a `std::vector`. In some cases I h…
-
Hello JOSE editors! Thanks for your work on this fantastic open journal! 👏
I am making a pre-submission enquiry. Our team in the [M²LInES - Multiscale Machine Learning In Coupled Earth System Mode…
-
```
What steps will reproduce the problem?
gcloud preview app modules list
What is the expected output? What do you see instead?
Expected: Size, runtime, number of instances and "deployed" in addit…
-
```
What steps will reproduce the problem?
gcloud preview app modules list
What is the expected output? What do you see instead?
Expected: Size, runtime, number of instances and "deployed" in addit…
-
您好,请问如何并行求解 Lorenz系统 即:
![abc](https://user-images.githubusercontent.com/32430057/91626473-f07f2800-e9e1-11ea-8326-d9e64016f968.PNG)
这里的x, y, z均为变量,其他为常数。
我关注了您的公众号并看了并行的那篇文章以及ERBP那篇文章,结合您给的 …
-
Hi,
I am using cryodrgn v23 on a HPC-cluster. So far, have ran the complete 'standard' cryodrgn pipeline succesfully as many times before.
With my new dataset I was eager to try the landscape anal…
-
Reproducer
```julia
using DifferentialEquations, IterativeSolvers, LinearSolve
function lorenz!(du,u,p,t)
du[1] = 10.0*(u[2]-u[1])
du[2] = u[1]*(28.0-u[3]) - u[2]
du[3] = u[1]*u[2]…
-
**Overview of Problem**
I have been trying to get NeuroKit2 to give a suitable result for the Largest Lyapunov Exponent via the complexity_lyapunov method.
Before using it on a set of data such a…
-
I have added the Lorenz test of Rouson's book. Here we create a list of desired test
- pure ODEs:
- [x] Lorenz equations, see [wiki documentation](https://github.com/Fortran-FOSS-Programmers/FOODiE/…
-
Using an automatic solver to solve this sample problem does not allow for the compiler to infer the type of `sol1` or `sol2` at all.
```julia
using DifferentialEquations
function lorenz!(du,u,p…