-
```
$ cd /usr/local/lib/python2.4/site-packages/site-packages$ python -c "import
neo_cgi"
Traceback (most recent call last):
File "", line 1, in ?
ImportError: ./neo_cgi.so: undefined symbol: crc…
-
```
$ cd /usr/local/lib/python2.4/site-packages/site-packages$ python -c "import
neo_cgi"
Traceback (most recent call last):
File "", line 1, in ?
ImportError: ./neo_cgi.so: undefined symbol: crc…
-
```
$ cd /usr/local/lib/python2.4/site-packages/site-packages$ python -c "import
neo_cgi"
Traceback (most recent call last):
File "", line 1, in ?
ImportError: ./neo_cgi.so: undefined symbol: crc…
-
@EduardBargues Removing the Math.NET dependency would be great. You could either use arrays like CSparse.NET (see Vector helper class) or implement a simple vector type which wraps a double array.
…
-
The following Python code gives NaN
```python
import casadi as cas
import numpy as np
print(cas.__version__)
x = np.arange(-5, 6)
y = 0 * np.ones(len(x))
f = cas.interpolant('LUT', 'bspli…
-
```
$ cd /usr/local/lib/python2.4/site-packages/site-packages$ python -c "import
neo_cgi"
Traceback (most recent call last):
File "", line 1, in ?
ImportError: ./neo_cgi.so: undefined symbol: crc…
-
```
$ cd /usr/local/lib/python2.4/site-packages/site-packages$ python -c "import
neo_cgi"
Traceback (most recent call last):
File "", line 1, in ?
ImportError: ./neo_cgi.so: undefined symbol: crc…
-
Hi,
Thanks for your great work.
I had been using previous version of CasADi (windows and Linux) for research. I just downloaded the latest version on Windows and Linux now. While the Linux versi…
-
In the v1.0 release the `OpMulMatirx` impl for `CSCMatrix` has changed.
https://github.com/scalanlp/breeze/blob/master/math/src/main/scala/breeze/linalg/operators/CSCMatrixOps.scala#L725
In the mu…
-
QR factorization has relative simple closed-form expressions for the derivatives, cf. https://github.com/casadi/casadi/issues/637#issuecomment-33321060. It could make sense to add a new atomic operati…