#include <ConstrainedOptPack_ConstraintsRelaxedStd.hpp>
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 |
| | |
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. | |
A_bar = [ I 0 op(E') op(F')*P_u ]
[ 0 1 -b' -f'*P_u ]
Definition at line 92 of file ConstrainedOptPack_ConstraintsRelaxedStd.hpp.
|
|
Construct to unitinitialized. this->nd() == 0 after construction. Definition at line 581 of file ConstrainedOptPack_ConstraintsRelaxedStd.cpp. |
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
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 595 of file ConstrainedOptPack_ConstraintsRelaxedStd.cpp. |
|
|
Definition at line 128 of file ConstrainedOptPack_ConstraintsRelaxedStd.hpp. |
|
|
Definition at line 131 of file ConstrainedOptPack_ConstraintsRelaxedStd.hpp. |
|
|
Definition at line 134 of file ConstrainedOptPack_ConstraintsRelaxedStd.hpp. |
|
|
Definition at line 137 of file ConstrainedOptPack_ConstraintsRelaxedStd.hpp. |
|
|
Definition at line 140 of file ConstrainedOptPack_ConstraintsRelaxedStd.hpp. |
|
|
Definition at line 143 of file ConstrainedOptPack_ConstraintsRelaxedStd.hpp. |
|
|
Definition at line 146 of file ConstrainedOptPack_ConstraintsRelaxedStd.hpp. |
|
|
Definition at line 149 of file ConstrainedOptPack_ConstraintsRelaxedStd.hpp. |
|
|
Definition at line 152 of file ConstrainedOptPack_ConstraintsRelaxedStd.hpp. |
|
|
Definition at line 155 of file ConstrainedOptPack_ConstraintsRelaxedStd.hpp. |
|
|
Definition at line 676 of file ConstrainedOptPack_ConstraintsRelaxedStd.cpp. |
|
|
Definition at line 681 of file ConstrainedOptPack_ConstraintsRelaxedStd.cpp. |
|
|
Definition at line 686 of file ConstrainedOptPack_ConstraintsRelaxedStd.cpp. |
|
||||||||||||||||||||||||
|
Definition at line 762 of file ConstrainedOptPack_ConstraintsRelaxedStd.cpp. |
|
||||||||||||||||||||||||||||||||
|
Definition at line 880 of file ConstrainedOptPack_ConstraintsRelaxedStd.cpp. |
1.3.9.1