26 #ifndef CASADI_INVERSE_HPP
27 #define CASADI_INVERSE_HPP
29 #include "mx_node.hpp"
54 void eval_mx(
const std::vector<MX>& arg, std::vector<MX>& res)
const override;
59 void ad_forward(
const std::vector<std::vector<MX> >& fseed,
60 std::vector<std::vector<MX> >& fsens)
const override;
65 void ad_reverse(
const std::vector<std::vector<MX> >& aseed,
66 std::vector<std::vector<MX> >& asens)
const override;
71 std::string disp(
const std::vector<std::string>& arg)
const override;
Helper class for Serialization.
casadi_int op() const override
Get the operation.
~Inverse() override
Destructor.
Inverse(DeserializingStream &s)
Deserializing constructor.
static MXNode * deserialize(DeserializingStream &s)
Deserialize without type information.
Node class for MX objects.