solver_lqr
solverlqr::StateBase Class Reference

Class to define State of OCP. More...

#include <OcpDescription.hpp>

Public Member Functions

 StateBase (int xdim)
 
StateBaseoperator= (const StateBase &rhs)
 
StateBase operator* (double scalar) const
 
StateBaseoperator*= (double scalar)
 
StateBase operator+ (const StateBase &rhs) const
 
StateBaseoperator+= (const StateBase &rhs)
 
StateBase operator/ (double scalar) const
 
StateBaseoperator/= (double scalar)
 
Eigen::VectorXd & stateVector ()
 
const Eigen::VectorXd & stateVector () const
 
void resize (int xdim)
 

Private Attributes

Eigen::VectorXd state_
 

Detailed Description

Class to define State of OCP.


The documentation for this class was generated from the following file: