-
This section provides a good introduction to the different formats of socio-economic data, but without too much unnecessary detail. My main comment here is simply the sequencing of material. The Hands…
-
I run a topopt problem, and I do an HTOP, and I see only one core working very hard.... Is the Python Petsc modules not a nice way to go for the matrix solves...?
-
Ada reference manual doesn't specify standard file extensions for the source code of programs and, therefore, each compiler has adopted its own conventions. As a consequence, exchanging code between c…
-
Since your simplification efforts comes with many new function names, would it make sense to discuss the naming? For me, as someone new to the actual code, it is easier to read/interpret something lik…
-
To me it seems there is something wrong with the sammon mapping. The error does not decrease and it seems to do not deliver good results if pca is not used.
-
Hello,
I have not been able to locate the geodesic function on Stiefel manifold in Pymanopt. Could someone please assist me?
Best regards
Ajmal
-
Hello,
Here is a test code fails:
``` matlab
clear;
x = linspace(0,10,100);
y = x.^2;
c = y.^5;
surface(...
'XData',[x(:) x(:)],...
'YData',[y(:) y(:)],...
'ZData',zeros(length(x(:)),2),...
…
-
Matlab has `cholupdate` for rank 1 updates and downdates to Cholesky factorizations. It would be nice to have something similar, but perhaps with better syntax.
LINPACK had these, but LAPACK left o…
-
The current implementation of the model using the Radau method with default tolerances does not converge to a solution. The model will run for several minutes and eventually output the warnings shown …
-
### Is your feature request related to a problem? Please describe.
It has come to my attention that scipy.signal does not have a dedicated function for extracting the envelope of a signal. It would b…