-
Notifications
You must be signed in to change notification settings - Fork 391
L_3d
Joris Gillis edited this page Apr 4, 2023
·
3 revisions
[INTERNAL]
::
SparsityInterfaceCommon() ->
Sparsity interface class.
This is a common base class for GenericMatrix (i.e. MX and Matrix<>) and Sparsity, introducing a uniform syntax and implementing common functionality using the curiously recurring template pattern (CRTP) idiom.
Joel Andersson
Extra doc: https://github.com/casadi/casadi/wiki/L_3d
C++ includes: sparsity_interface.hpp
To edit, see writing tips.