#include <NlpGen.h>
|
| virtual Residuals * | makeResiduals (Data *prob_in) |
| |
| virtual Variables * | makeVariables (Data *prob_in) |
| |
| virtual void | joinRHS (OoqpVector &rhs_in, OoqpVector &rhs1_in, OoqpVector &rhs2_in, OoqpVector &rhs3_in)=0 |
| |
| virtual void | separateVars (OoqpVector &x_in, OoqpVector &y_in, OoqpVector &z_in, OoqpVector &vars_in)=0 |
| |
| virtual | ~NlpGen () |
| |
| virtual void | joinRHSXSYZ (OoqpVector &rhs_in, OoqpVector &rhs1_in, OoqpVector &rhs2_in, OoqpVector &rhs3_in, OoqpVector &rhs4_in)=0 |
| |
| virtual void | separateVarsXSYZ (OoqpVector &x_in, OoqpVector &s_in, OoqpVector &y_in, OoqpVector &z_in, OoqpVector &vars_in)=0 |
| |
| virtual void | copyXSYZ_fromArray (OoqpVector &vec_xsyz, double *array_in, const int nb_col) |
| |
| virtual void | copyXSYZ_toArray (OoqpVector &vec_xsyz, double *array_in, const int nb_col) |
| |
| virtual LinearSystem * | makeLinsys (Data *prob_in)=0 |
| |
| virtual | ~ProblemFormulation () |
| |
|
| | NlpGen () |
| |
| | NlpGen (long long nx_, long long my_, long long mz_) |
| |
| NlpGen::NlpGen |
( |
long long |
nx_, |
|
|
long long |
my_, |
|
|
long long |
mz_ |
|
) |
| |
|
protected |
| virtual NlpGen::~NlpGen |
( |
| ) |
|
|
inlinevirtual |
| void NlpGen::copyXSYZ_fromArray |
( |
OoqpVector & |
vec_xsyz, |
|
|
double * |
array_in, |
|
|
const int |
nb_col |
|
) |
| |
|
virtual |
| void NlpGen::copyXSYZ_toArray |
( |
OoqpVector & |
vec_xsyz, |
|
|
double * |
array_in, |
|
|
const int |
nb_col |
|
) |
| |
|
virtual |
number of rows in A and b
The documentation for this class was generated from the following files:
- /home/michel/git/PIPS/PIPS-NLP/Core/NlpGen/NlpGen.h
- /home/michel/git/PIPS/PIPS-NLP/Core/NlpGen/NlpGen.C