#include <ConstrainedOptPack_MatrixHessianRelaxed.hpp>
Public Member Functions | |
| MatrixHessianRelaxed () | |
| Construct to uninitialized. | |
| void | initialize (const MatrixSymOp &H, value_type bigM) |
| Initialize. | |
| size_type | rows () const |
| | |
| 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 |
| | |
| void | Vp_StPtMtV (DVectorSlice *vs_lhs, value_type alpha, const GenPermMatrixSlice &P_rhs1, BLAS_Cpp::Transp P_rhs1_trans, BLAS_Cpp::Transp M_rhs2_trans, const DVectorSlice &vs_rhs3, value_type beta) const |
| | |
| void | Vp_StPtMtV (DVectorSlice *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 |
| | |
| value_type | transVtMtV (const SpVectorSlice &sv_rhs1, BLAS_Cpp::Transp trans_rhs2, const SpVectorSlice &sv_rhs3) const |
| | |
This class is used to represent the matrix: {verbatim} [ H ] G = [ bigM ] {verbatim}
Definition at line 47 of file ConstrainedOptPack_MatrixHessianRelaxed.hpp.
|
|
Construct to uninitialized.
Definition at line 45 of file ConstrainedOptPack_MatrixHessianRelaxed.cpp. |
|
||||||||||||
|
Initialize. ToDo: Finish documentation! Definition at line 52 of file ConstrainedOptPack_MatrixHessianRelaxed.cpp. |
|
|
Definition at line 64 of file ConstrainedOptPack_MatrixHessianRelaxed.cpp. |
|
||||||||||||||||||||||||
|
Definition at line 71 of file ConstrainedOptPack_MatrixHessianRelaxed.cpp. |
|
||||||||||||||||||||||||
|
Definition at line 112 of file ConstrainedOptPack_MatrixHessianRelaxed.cpp. |
|
||||||||||||||||||||||||||||||||
|
Definition at line 155 of file ConstrainedOptPack_MatrixHessianRelaxed.cpp. |
|
||||||||||||||||||||||||||||||||
|
Definition at line 222 of file ConstrainedOptPack_MatrixHessianRelaxed.cpp. |
|
||||||||||||||||
|
Definition at line 291 of file ConstrainedOptPack_MatrixHessianRelaxed.cpp. |
1.3.9.1