-
```
CSParse is lightweight sparse linear algebra library which has many of the
same features as SuiteSparse, but is much smaller and can be compiled much more
easily.
Refactor the linear solver in…
-
Original [issue 31](https://code.google.com/p/ceres-solver/issues/detail?id=31) created by sandwichmaker on 2012-05-21T14:27:01.000Z:
CSParse is lightweight sparse linear algebra library which has m…
-
I have created and used the jni library out of amd and ldl but it will be great if they can be integrated in netlib-java compilation so that we can use it in Spark and Breeze projects.
https://github.…
-
I cant compile the ceigs using make, its give cs.h not found. there are two files that include this header but the file is not to be found in the directory
-
I think after the latest changes ACADO no longer compiles. The output of "make" is:
skaynama@nb-skaynama:~/ACADOtoolkit/build$ make
Scanning dependencies of target acado_casadi
[ 0%] Building CXX ob…
-
A symbolic expression constructed the following way gives different results when evaluated twice:
``` python
from casadi import *
LS = LinearSolver('csparse', Sparsity.dense(1))
LS.init()
x=MX.sym(…
-
After refactoring.
-
The closed issue with the same problem does not seem to affect my case at all. I have calibrated an admittedly ill-suited camera (stock Logitech webcam, roughly 70 deg FOV, similar setup to [this guy]…
-
I get a seg fault when I try to construct a sparse matrix with the incorrect size provided as shown below:
```
A = sparse([1; 2; 3], [1; 2; 5], 1.0, 3, 3)
signal (11): Segmentation fault: 11
sparse …