45 unsigned int rows()
const {
49 unsigned int cols()
const {
53 unsigned int size()
const {
63 this->casadi::MX::operator+=(other);
68 return out.casadi::MX::operator+=(other);
73 this->casadi::MX::operator-=(other);
78 return out.casadi::MX::operator-=(other);
81 const double& other)
const {
83 return out.casadi::MX::operator-=(other);
87 return casadi::MX::times(*
this, other);
91 return casadi::MX::times(*
this, other);
97 this->casadi::MX::operator/=(other);
102 return out.casadi::MX::operator/=(other);
unsigned int rows() const
unsigned int cols() const
void operator-=(const MX_Xd_scalar &other)
MX_Xd_scalar operator*(const MX_Xd_scalar &other) const
void operator+=(const MX_Xd_scalar &other)
MX_Xd_scalar operator[](unsigned int i) const
unsigned int size() const
MX_Xd_scalar operator/(const MX_Xd_scalar &other) const
MX_Xd_scalar(const casadi::MX &m)
MX_Xd_scalar(const MX_Xd_scalar &v0)
MX_Xd_scalar operator-(const double &other) const
MX_Xd_scalar operator*(double other)
MX_Xd_scalar operator-(const MX_Xd_scalar &other) const
void operator/=(const MX_Xd_scalar &other)
MX_Xd_scalar operator+(const MX_Xd_scalar &other) const
MX_Xd_scalar(const double val)