#include <ConstrainedOptPack_QPSchurInitKKTSystemHessianFixedFree.hpp>
Inheritance diagram for ConstrainedOptPack::QPSchurInitKKTSystemHessianFixedFree:
Public Member Functions | |
| void | initialize_kkt_system (const DVectorSlice &g, const MatrixOp &G, value_type etaL, const SpVectorSlice &dL, const SpVectorSlice &dU, const MatrixOp *F, BLAS_Cpp::Transp trans_F, const DVectorSlice *f, const DVectorSlice &d, const SpVectorSlice &nu, size_type *n_R, i_x_free_t *i_x_free, i_x_fixed_t *i_x_fixed, bnd_fixed_t *bnd_fixed, j_f_decomp_t *j_f_decomp, DVector *b_X, Ko_ptr_t *Ko, DVector *fo) const |
| Initialize the KKT system where initially fixed variables are removed and no equality constraints are included in Ko. | |
In this implementation, #G# must support the #MatrixSymOp# interface.
Definition at line 42 of file ConstrainedOptPack_QPSchurInitKKTSystemHessianFixedFree.hpp.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Initialize the KKT system where initially fixed variables are removed and no equality constraints are included in Ko. For this implementation: ToDo: Finish documentation! Definition at line 46 of file ConstrainedOptPack_QPSchurInitKKTSystemHessianFixedFree.cpp. |
1.3.9.1