-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
casaditestbot
committed
Apr 10, 2018
1 parent
20522b3
commit 42d4895
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule casadi
updated
13 files
+2 −2 | CMakeLists.txt | |
+2 −1 | casadi/core/casadi_common.hpp | |
+5 −1 | casadi/core/mx.cpp | |
+4 −2 | casadi/core/runtime/casadi_finite_diff.hpp | |
+4 −1 | casadi/core/sparsity_interface.hpp | |
+23 −17 | casadi/mem.h | |
+122 −133 | casadi/solvers/conic_activeset.cpp | |
+1 −0 | casadi/solvers/conic_activeset.hpp | |
+34 −0 | docs/api/extra/b0_options.hpp | |
+13 −13 | docs/users_guide/casadi-users_guide.tex | |
+114 −26 | swig/doc.i | |
+110 −22 | swig/doc_merged.i | |
+11 −0 | test/python/matrix.py |