26 #ifndef CASADI_EXPM_HPP
27 #define CASADI_EXPM_HPP
29 #include "function.hpp"
58 CASADI_EXPORT Function
expmsol(
const std::string& name,
const std::string& solver,
59 const Sparsity& A,
const Dict& opts=
Dict());
73 CASADI_EXPORT
bool has_expm(
const std::string& name);
76 CASADI_EXPORT
void load_expm(
const std::string& name);
79 CASADI_EXPORT std::string
doc_expm(
const std::string& name);
Function expmsol(const std::string &name, const std::string &solver, const Sparsity &A, const Dict &opts)
bool has_expm(const std::string &name)
Check if a particular plugin is available.
void load_expm(const std::string &name)
Explicitly load a plugin dynamically.
casadi_int expm_n_out()
Get the number of expm solver outputs.
casadi_int expm_n_in()
Get the number of expm solver inputs.
std::string doc_expm(const std::string &name)
Get the documentation string for a plugin.
GenericType::Dict Dict
C++ equivalent of Python's dict or MATLAB's struct.