-
There is a need to be able to retrieve the algebraic variables from an implicit integrator. After much hesitation, I'd like to go for the solution where INTEGRATOR_Z0 and INTEGRATOR_RZ0 are included a…
-
When a function G(x) can be written as a nonlinear plus linear part
```
G(x) = g(x) + A*x
```
The jacobian is
```
J(x) = grad(g(x),x) + A
```
If G(x) is the constrain function in an NLP, separatin…
ghorn updated
10 years ago
-
The explicit location of the collocation points have been listed many times in the examples.
``` python
# Legendre collocation points
legendre_points1 = [0,0.500000]
legendre_points2 = [0,0.211325,0.…
-
I'm starting to revive my old bindings. My main problem is I don't know how to distribute the library and headers. A deb package like "casadi-dev.deb" which contains library and headers would probably…
ghorn updated
11 years ago
-
Reimplement FreqDist to use collections.Counter, in NLTK 3.0.
http://docs.python.org/3.1/library/collections.html?highlight=counter#collections.Counter
Migrated from http://code.google.com/p/nltk/is…
-
I am trying to fork the repository for development. I follow the instruction at http://martinos.org/mne/contributing.html but get a segmentation fault doing the unit tests. I am not sure if it helps t…
-
http://robespierre.ci.uchicago.edu/philo4/encycmarch12_4/
3/14/2013: Search "esprit*" in 5 word collocation. Get 132 hits with
“nos”. First hit:
Ainsi plusieurs Sciences ont été, pour ainsi dire,…
-
Continuing from discussion on https://github.com/mne-tools/mne-python/pull/563, I currently have 3 errors in the tests on master (after redownloading the sample dataset and executing the three mne-scr…