-
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
May 3, 2018
1 parent
ad8dd85
commit ce29417
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule casadi
updated
24 files
+8 −0 | casadi/core/casadi_misc.cpp | |
+2 −0 | casadi/core/casadi_misc.hpp | |
+3 −0 | casadi/core/exception.hpp | |
+3 −5 | casadi/core/function.cpp | |
+210 −173 | casadi/core/function_internal.cpp | |
+105 −74 | casadi/core/function_internal.hpp | |
+4 −4 | casadi/core/integrator.cpp | |
+12 −12 | casadi/core/map.cpp | |
+8 −8 | casadi/core/map.hpp | |
+4 −4 | casadi/core/matrix.cpp | |
+8 −4 | casadi/core/mx_function.cpp | |
+4 −0 | casadi/core/sparsity.cpp | |
+3 −0 | casadi/core/sparsity.hpp | |
+1 −0 | casadi/core/sparsity_interface.hpp | |
+34 −0 | casadi/core/sparsity_internal.cpp | |
+3 −0 | casadi/core/sparsity_internal.hpp | |
+8 −4 | casadi/core/sx_function.cpp | |
+4 −4 | casadi/core/xml_node.cpp | |
+26 −8 | casadi/interfaces/ipopt/ipopt_interface.cpp | |
+4 −4 | casadi/interfaces/sqic/sqic_interface.cpp | |
+14,892 −13,605 | swig/doc.i | |
+10,660 −9,534 | swig/doc_merged.i | |
+26 −11 | swig/internal.i | |
+35 −18 | test/python/function.py |