#include <options.hpp>
|
| static double * | loadLowerBounds (int n, const mxArray *ptr, double neginfty) |
| |
| static double * | loadUpperBounds (int n, const mxArray *ptr, double posinfty) |
| |
| static int | loadConstraintBounds (const mxArray *ptr, double *&cl, double *&cu, double neginfty, double posinfty) |
| |
| static void | loadMultipliers (int n, int m, const mxArray *ptr, double *&zl, double *&zu, double *&lambda) |
| |
Definition at line 19 of file options.hpp.
| const double* Options::lowerbounds |
( |
| ) |
const |
|
inline |
| const double* Options::upperbounds |
( |
| ) |
const |
|
inline |
| const double* Options::constraintlb |
( |
| ) |
const |
|
inline |
| const double* Options::constraintub |
( |
| ) |
const |
|
inline |
| const double* Options::multlb |
( |
| ) |
const |
|
inline |
| const double* Options::multub |
( |
| ) |
const |
|
inline |
| const double* Options::multconstr |
( |
| ) |
const |
|
inline |
| static double* Options::loadLowerBounds |
( |
int |
n, |
|
|
const mxArray * |
ptr, |
|
|
double |
neginfty |
|
) |
| |
|
staticprotected |
| static double* Options::loadUpperBounds |
( |
int |
n, |
|
|
const mxArray * |
ptr, |
|
|
double |
posinfty |
|
) |
| |
|
staticprotected |
| static int Options::loadConstraintBounds |
( |
const mxArray * |
ptr, |
|
|
double *& |
cl, |
|
|
double *& |
cu, |
|
|
double |
neginfty, |
|
|
double |
posinfty |
|
) |
| |
|
staticprotected |
| static void Options::loadMultipliers |
( |
int |
n, |
|
|
int |
m, |
|
|
const mxArray * |
ptr, |
|
|
double *& |
zl, |
|
|
double *& |
zu, |
|
|
double *& |
lambda |
|
) |
| |
|
staticprotected |
| int numvars |
( |
const Options & |
options | ) |
|
|
friend |
| int numconstraints |
( |
const Options & |
options | ) |
|
|
friend |
The documentation for this class was generated from the following file: