ocra-recipes
Doxygen documentation for the ocra-recipes repository
|
#include <OFSQP.h>
Public Member Functions | |
OFSQP (void) | |
~OFSQP (void) | |
bool | isXNew (void) |
void | resetNewX (void) |
void | cfsqp (int nparam, int nf, int nfsr, int nineqn, int nineq, int neqn, int neq, int ncsrl, int ncsrn, int *mesh_pts, int mode, int iprint, int miter, int *inform, double bigbnd, double eps, double epseqn, double udelta, double *bl, double *bu, double *x, double *f, double *g, double *lambda, OFSQPProblem &problem, void *cd) |
void ocra::OFSQP::cfsqp | ( | int | nparam, |
int | nf, | ||
int | nfsr, | ||
int | nineqn, | ||
int | nineq, | ||
int | neqn, | ||
int | neq, | ||
int | ncsrl, | ||
int | ncsrn, | ||
int * | mesh_pts, | ||
int | mode, | ||
int | iprint, | ||
int | miter, | ||
int * | inform, | ||
double | bigbnd, | ||
double | eps, | ||
double | epseqn, | ||
double | udelta, | ||
double * | bl, | ||
double * | bu, | ||
double * | x, | ||
double * | f, | ||
double * | g, | ||
double * | lambda, | ||
OFSQPProblem & | problem, | ||
void * | cd | ||
) |
bool ocra::OFSQP::isXNew | ( | void | ) |
void ocra::OFSQP::resetNewX | ( | void | ) |