|
ConstrainedOptPack: C++ Tools for Constrained (and Unconstrained) Optimization
Version of the Day
|
Matrix type for A_bar. More...
#include <ConstrainedOptPack_ConstraintsRelaxedStd.hpp>
Public Member Functions | |
| MatrixConstraints () | |
| Construct to unitinitialized. | |
| void | initialize (const VectorSpace::space_ptr_t &space_d_eta, const size_type m_in, const size_type m_eq, const MatrixOp *E, BLAS_Cpp::Transp trans_E, const Vector *b, const MatrixOp *F, BLAS_Cpp::Transp trans_F, const Vector *f, size_type m_undecomp, const size_type j_f_undecomp[]) |
| Initialize. | |
Access | |
| size_type | nd () const |
| | |
| size_type | m_in () const |
| | |
| size_type | m_eq () const |
| | |
| const MatrixOp * | E () const |
| | |
| BLAS_Cpp::Transp | trans_E () const |
| | |
| const Vector * | b () const |
| | |
| const MatrixOp * | F () const |
| | |
| BLAS_Cpp::Transp | trans_F () const |
| | |
| const Vector * | f () const |
| | |
| const GenPermMatrixSlice & | P_u () const |
| | |
Overridden from MatrixOp | |
| const VectorSpace & | space_cols () const |
| | |
| const VectorSpace & | space_rows () const |
| | |
| MatrixOp & | operator= (const MatrixOp &m) |
| | |
| void | Vp_StMtV (VectorMutable *vs_lhs, value_type alpha, BLAS_Cpp::Transp trans_rhs1, const Vector &vs_rhs2, value_type beta) const |
| | |
| void | Vp_StPtMtV (VectorMutable *vs_lhs, value_type alpha, const GenPermMatrixSlice &P_rhs1, BLAS_Cpp::Transp P_rhs1_trans, BLAS_Cpp::Transp M_rhs2_trans, const SpVectorSlice &sv_rhs3, value_type beta) const |
| | |
Matrix type for A_bar.
A_bar = [ I 0 op(E') op(F')*P_u ]
[ 0 1 -b' -f'*P_u ]
Definition at line 105 of file ConstrainedOptPack_ConstraintsRelaxedStd.hpp.
Construct to unitinitialized.
this->nd() == 0 after construction.
Definition at line 594 of file ConstrainedOptPack_ConstraintsRelaxedStd.cpp.
| void ConstrainedOptPack::QPSchurPack::ConstraintsRelaxedStd::MatrixConstraints::initialize | ( | const VectorSpace::space_ptr_t & | space_d_eta, |
| const size_type | m_in, | ||
| const size_type | m_eq, | ||
| const MatrixOp * | E, | ||
| BLAS_Cpp::Transp | trans_E, | ||
| const Vector * | b, | ||
| const MatrixOp * | F, | ||
| BLAS_Cpp::Transp | trans_F, | ||
| const Vector * | f, | ||
| size_type | m_undecomp, | ||
| const size_type | j_f_undecomp[] | ||
| ) |
Initialize.
The sizes of the arguments are not checked.
It is expected that the objects being pointed to will not be resized or invalidated since copies of data are not made!
Definition at line 608 of file ConstrainedOptPack_ConstraintsRelaxedStd.cpp.
| size_type ConstrainedOptPack::QPSchurPack::ConstraintsRelaxedStd::MatrixConstraints::nd | ( | ) | const [inline] |
Definition at line 141 of file ConstrainedOptPack_ConstraintsRelaxedStd.hpp.
| size_type ConstrainedOptPack::QPSchurPack::ConstraintsRelaxedStd::MatrixConstraints::m_in | ( | ) | const [inline] |
Definition at line 144 of file ConstrainedOptPack_ConstraintsRelaxedStd.hpp.
| size_type ConstrainedOptPack::QPSchurPack::ConstraintsRelaxedStd::MatrixConstraints::m_eq | ( | ) | const [inline] |
Definition at line 147 of file ConstrainedOptPack_ConstraintsRelaxedStd.hpp.
| const MatrixOp* ConstrainedOptPack::QPSchurPack::ConstraintsRelaxedStd::MatrixConstraints::E | ( | ) | const [inline] |
Definition at line 150 of file ConstrainedOptPack_ConstraintsRelaxedStd.hpp.
| BLAS_Cpp::Transp ConstrainedOptPack::QPSchurPack::ConstraintsRelaxedStd::MatrixConstraints::trans_E | ( | ) | const [inline] |
Definition at line 153 of file ConstrainedOptPack_ConstraintsRelaxedStd.hpp.
| const Vector* ConstrainedOptPack::QPSchurPack::ConstraintsRelaxedStd::MatrixConstraints::b | ( | ) | const [inline] |
Definition at line 156 of file ConstrainedOptPack_ConstraintsRelaxedStd.hpp.
| const MatrixOp* ConstrainedOptPack::QPSchurPack::ConstraintsRelaxedStd::MatrixConstraints::F | ( | ) | const [inline] |
Definition at line 159 of file ConstrainedOptPack_ConstraintsRelaxedStd.hpp.
| BLAS_Cpp::Transp ConstrainedOptPack::QPSchurPack::ConstraintsRelaxedStd::MatrixConstraints::trans_F | ( | ) | const [inline] |
Definition at line 162 of file ConstrainedOptPack_ConstraintsRelaxedStd.hpp.
| const Vector* ConstrainedOptPack::QPSchurPack::ConstraintsRelaxedStd::MatrixConstraints::f | ( | ) | const [inline] |
Definition at line 165 of file ConstrainedOptPack_ConstraintsRelaxedStd.hpp.
| const GenPermMatrixSlice& ConstrainedOptPack::QPSchurPack::ConstraintsRelaxedStd::MatrixConstraints::P_u | ( | ) | const [inline] |
Definition at line 168 of file ConstrainedOptPack_ConstraintsRelaxedStd.hpp.
| const VectorSpace & ConstrainedOptPack::QPSchurPack::ConstraintsRelaxedStd::MatrixConstraints::space_cols | ( | ) | const |
Definition at line 689 of file ConstrainedOptPack_ConstraintsRelaxedStd.cpp.
| const VectorSpace & ConstrainedOptPack::QPSchurPack::ConstraintsRelaxedStd::MatrixConstraints::space_rows | ( | ) | const |
Definition at line 694 of file ConstrainedOptPack_ConstraintsRelaxedStd.cpp.
| MatrixOp & ConstrainedOptPack::QPSchurPack::ConstraintsRelaxedStd::MatrixConstraints::operator= | ( | const MatrixOp & | m | ) |
Definition at line 699 of file ConstrainedOptPack_ConstraintsRelaxedStd.cpp.
| void ConstrainedOptPack::QPSchurPack::ConstraintsRelaxedStd::MatrixConstraints::Vp_StMtV | ( | VectorMutable * | vs_lhs, |
| value_type | alpha, | ||
| BLAS_Cpp::Transp | trans_rhs1, | ||
| const Vector & | vs_rhs2, | ||
| value_type | beta | ||
| ) | const |
Definition at line 775 of file ConstrainedOptPack_ConstraintsRelaxedStd.cpp.
| void ConstrainedOptPack::QPSchurPack::ConstraintsRelaxedStd::MatrixConstraints::Vp_StPtMtV | ( | VectorMutable * | vs_lhs, |
| value_type | alpha, | ||
| const GenPermMatrixSlice & | P_rhs1, | ||
| BLAS_Cpp::Transp | P_rhs1_trans, | ||
| BLAS_Cpp::Transp | M_rhs2_trans, | ||
| const SpVectorSlice & | sv_rhs3, | ||
| value_type | beta | ||
| ) | const |
Definition at line 893 of file ConstrainedOptPack_ConstraintsRelaxedStd.cpp.
1.7.6.1