solver_lqr
|
Class to define State of OCP. More...
#include <OcpDescription.hpp>
Public Member Functions | |
StateBase (int xdim) | |
StateBase & | operator= (const StateBase &rhs) |
StateBase | operator* (double scalar) const |
StateBase & | operator*= (double scalar) |
StateBase | operator+ (const StateBase &rhs) const |
StateBase & | operator+= (const StateBase &rhs) |
StateBase | operator/ (double scalar) const |
StateBase & | operator/= (double scalar) |
Eigen::VectorXd & | stateVector () |
const Eigen::VectorXd & | stateVector () const |
void | resize (int xdim) |
Private Attributes | |
Eigen::VectorXd | state_ |
Class to define State of OCP.