#include <ConstrainedOptPack_QPSchur.hpp>
Overridden from MatrixBase | |
| size_type | rows () const |
| { . | |
| size_type | cols () const |
| | |
Overridden from MatrixOpSerial | |
| void | Vp_StMtV (DVectorSlice *vs_lhs, value_type alpha, BLAS_Cpp::Transp trans_rhs1, const DVectorSlice &vs_rhs2, value_type beta) const |
| | |
| void | Vp_StMtV (DVectorSlice *vs_lhs, value_type alpha, BLAS_Cpp::Transp trans_rhs1, const SpVectorSlice &sv_rhs2, value_type beta) const |
| | |
Public Member Functions | |
| U_hat_t () | |
| Construct uninitialized. | |
| void | initialize (const MatrixSymOp *G, const MatrixOp *A, const MatrixOp *A_bar, const GenPermMatrixSlice *Q_R, const GenPermMatrixSlice *P_XF_hat, const GenPermMatrixSlice *P_plus_hat) |
| Initialize. | |
| const MatrixSymOp & | G () const |
| | |
| const MatrixOp * | A () const |
| | |
| const MatrixOp & | A_bar () const |
| | |
| const GenPermMatrixSlice & | Q_R () const |
| | |
| const GenPermMatrixSlice & | P_XF_hat () const |
| | |
| const GenPermMatrixSlice & | P_plus_hat () const |
| | |
This matrix is only ment to be an aggregate of an ActiveSet object and is only managed by the ActiveSet object. It is made public so that clients can developed specialized implementations if needed.
Definition at line 615 of file ConstrainedOptPack_QPSchur.hpp.
|
|
Construct uninitialized.
Definition at line 708 of file ConstrainedOptPack_QPSchur.cpp. |
|
||||||||||||||||||||||||||||
|
Initialize.
Definition at line 717 of file ConstrainedOptPack_QPSchur.cpp. |
|
|
Definition at line 629 of file ConstrainedOptPack_QPSchur.hpp. |
|
|
Definition at line 632 of file ConstrainedOptPack_QPSchur.hpp. |
|
|
Definition at line 635 of file ConstrainedOptPack_QPSchur.hpp. |
|
|
Definition at line 638 of file ConstrainedOptPack_QPSchur.hpp. |
|
|
Definition at line 641 of file ConstrainedOptPack_QPSchur.hpp. |
|
|
Definition at line 644 of file ConstrainedOptPack_QPSchur.hpp. |
|
|
{ .
Definition at line 734 of file ConstrainedOptPack_QPSchur.cpp. |
|
|
Definition at line 739 of file ConstrainedOptPack_QPSchur.cpp. |
|
||||||||||||||||||||||||
|
Definition at line 792 of file ConstrainedOptPack_QPSchur.cpp. |
|
||||||||||||||||||||||||
|
Definition at line 897 of file ConstrainedOptPack_QPSchur.cpp. |
1.3.9.1