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,
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);
CASADI_EXPORT Function expmsol(const std::string &name, const std::string &solver, const Sparsity &A, const Dict &opts=Dict())
CASADI_EXPORT bool has_expm(const std::string &name)
Check if a particular plugin is available.
CASADI_EXPORT void load_expm(const std::string &name)
Explicitly load a plugin dynamically.
CASADI_EXPORT casadi_int expm_n_out()
Get the number of expm solver outputs.
CASADI_EXPORT casadi_int expm_n_in()
Get the number of expm solver inputs.
CASADI_EXPORT 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.