![]() |
NASA Astrobee Robot Software
Astrobee Version:
Flight software for the Astrobee robots operating inside the International Space Station.
|
#include <nonlinear_solver.h>
Protected Member Functions | |
virtual decimal_t | evaluate ()=0 |
virtual ETV | gradient ()=0 |
virtual ETV | hessian ()=0 |
Protected Attributes | |
std::vector< Variable * > | vars |
Friends | |
class | NonlinearSolver |
|
protectedpure virtual |
Implemented in traj_opt::PolyCost.
|
protectedpure virtual |
Implemented in traj_opt::PolyCost.
|
protectedpure virtual |
Implemented in traj_opt::PolyCost.
|
friend |
|
protected |