#include <OFSQP.h>
|
| | 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) |
| |
Definition at line 65 of file OFSQP.h.
| ocra::OFSQP::OFSQP |
( |
void |
| ) |
|
| ocra::OFSQP::~OFSQP |
( |
void |
| ) |
|
| 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 |
| ) |
|
The documentation for this class was generated from the following files: