-
I tried submitting the present version to CRAN, but got complaints as follows. The CRAN maintainers are quite stringent about such problems, and have asked me to address this "ASAP". (I was surprised …
-
I just came from a meeting where I met a mathematics professor who specializes in ODE's. When I showed him FOODiE, he commented that the algorithms are not state-of-the-art and that he would not use …
-
has i was working on #70 i noticed that storage order was somehow an issue.
The problem:
MATLAB is col major
Julia is col major
C can be conside…
-
Dear Junior,
working within RISE_toolbox-master/examples/Nonlinear3rdOrder/Binning
I've created the following howto.m file (along your examples)
`%% housekeeping
close all
clear
clc
%% add the …
-
Someone emailed me directly with substantial performance improvements to our [prime sieve implementation](https://github.com/JuliaLang/julia/blob/7f55b7548d7936fe74f65a7569557c0ec998cd94/base/primes.j…
-
The build_loss_objective is not focused enough from both the math and the user point of view.
First "build" should refer to the general class of problems being solved here: the NL objective function…
-
Can we make it so that high income is blue, not red? It's just not intuitive.
http://beta.datausa.io/profile/geo/16000US5462140/
![image](https://cloud.githubusercontent.com/assets/3857364/12330480…
-
Hi there,
I am working on a 3d audio project (http://3d-tune-in.eu) which will use Sofa as HRTF preferred format, so we have recently started to use your API. I have managed to compile the files in …
-
At the moment, I don't actually have the restart code for the MATLAB/Octave SQL vector space. Part of the issue is that I store the internal information about the cones differently than what I use in…
-
There's a lot of great functionality here...but there is almost too much functionality in one package 😄
One thing I think would make sense as a first step is to separate out PDE solvers from ODE so…