#include <constants.h>
|
| | PreCondInfo () |
| |
| | PreCondInfo (int nRow, int nCol, int jacnnz_, int hesnnz_, int n1stVar_, int n1stEqCon_, int n1stInCon_, int n_scen_) |
| |
| | ~PreCondInfo () |
| |
| void | setAggregationVarMap (int scen, int *varMap_) |
| |
| void | setAggregationConMap (int scen, int *conMap_) |
| |
| void | setAggregationJacMatrix (int *irow_, int *jcol_, int *kcolstrart_, double *ele_) |
| |
| void | setAggregationHesMatrix (int *irow_, int *jcol_, int *kcolstrart_, double *ele_) |
| |
| void | setAggregation1stVarMap (int *varMap_) |
| |
| void | setAggregation1stConMap (int *conMap_) |
| |
| void | setPrecondSysRHS (double *sysRhs_) |
| |
| PreCondInfo::PreCondInfo |
( |
| ) |
|
|
inline |
| PreCondInfo::PreCondInfo |
( |
int |
nRow, |
|
|
int |
nCol, |
|
|
int |
jacnnz_, |
|
|
int |
hesnnz_, |
|
|
int |
n1stVar_, |
|
|
int |
n1stEqCon_, |
|
|
int |
n1stInCon_, |
|
|
int |
n_scen_ |
|
) |
| |
|
inline |
| PreCondInfo::~PreCondInfo |
( |
| ) |
|
|
inline |
| void PreCondInfo::setAggregation1stConMap |
( |
int * |
conMap_ | ) |
|
|
inline |
| void PreCondInfo::setAggregation1stVarMap |
( |
int * |
varMap_ | ) |
|
|
inline |
| void PreCondInfo::setAggregationConMap |
( |
int |
scen, |
|
|
int * |
conMap_ |
|
) |
| |
|
inline |
| void PreCondInfo::setAggregationHesMatrix |
( |
int * |
irow_, |
|
|
int * |
jcol_, |
|
|
int * |
kcolstrart_, |
|
|
double * |
ele_ |
|
) |
| |
|
inline |
| void PreCondInfo::setAggregationJacMatrix |
( |
int * |
irow_, |
|
|
int * |
jcol_, |
|
|
int * |
kcolstrart_, |
|
|
double * |
ele_ |
|
) |
| |
|
inline |
| void PreCondInfo::setAggregationVarMap |
( |
int |
scen, |
|
|
int * |
varMap_ |
|
) |
| |
|
inline |
| void PreCondInfo::setPrecondSysRHS |
( |
double * |
sysRhs_ | ) |
|
|
inline |
| int** PreCondInfo::conMap |
| double* PreCondInfo::cons_b_val |
| int* PreCondInfo::firstConMap |
| int* PreCondInfo::firstVarMap |
| double* PreCondInfo::full_step_x_val |
| double* PreCondInfo::full_step_y_val |
| double* PreCondInfo::full_X_val |
| double* PreCondInfo::full_Y_val |
| double* PreCondInfo::grad_x_val |
| int* PreCondInfo::hes_irow |
| int* PreCondInfo::hes_jcol |
| int* PreCondInfo::hes_kcolbeg |
| double* PreCondInfo::hes_value |
| int* PreCondInfo::jac_irow |
| int* PreCondInfo::jac_jcol |
| int* PreCondInfo::jac_kcolbeg |
| double* PreCondInfo::jac_value |
| bool PreCondInfo::setGrad |
| int** PreCondInfo::varMap |
The documentation for this class was generated from the following file: