#include <ConstrainedOptPack_MatrixSymIdentitySerial.hpp>
Inheritance diagram for ConstrainedOptPack::MatrixSymIdentitySerial:
Constructors/initalizers | |
| MatrixSymIdentitySerial (size_type size=1, value_type scale=1.0) | |
Calls this->initalize(). | |
| void | initialize (size_type size, value_type scale) |
| | |
Access | |
| value_type | scale () const |
| | |
[NOHEADER] | |
| size_type | rows () const |
| | |
| size_type | nz () const |
| | |
[NOHEADER] | |
| std::ostream & | output (std::ostream &out) const |
| | |
[NOHEADER] | |
| void | Vp_StMtV (DVectorSlice *vs_lhs, value_type alpha, BLAS_Cpp::Transp trans_rhs1, const DVectorSlice &vs_rhs2, value_type beta) const |
| | |
Overridden from MatrixNonsingSerial | |
| void | V_InvMtV (DVectorSlice *vs_lhs, BLAS_Cpp::Transp trans_rhs1, const DVectorSlice &vs_rhs2) const |
| | |
Overridden from MatrixSymNonsingSerial | |
| void | M_StMtInvMtM (DMatrixSliceSym *sym_gms_lhs, value_type alpha, const MatrixOpSerial &mwo, BLAS_Cpp::Transp mwo_trans, EMatrixDummyArg) const |
| | |
Overridden from MatrixExtractInvCholFactor | |
| void | extract_inv_chol (DMatrixSliceTriEle *InvChol) const |
| | |
More operations will be overridden as they are needed by various applications.
Definition at line 42 of file ConstrainedOptPack_MatrixSymIdentitySerial.hpp.
|
||||||||||||
|
Calls
Definition at line 44 of file ConstrainedOptPack_MatrixSymIdentitySerial.cpp. |
|
||||||||||||
|
Definition at line 49 of file ConstrainedOptPack_MatrixSymIdentitySerial.cpp. |
|
|
Definition at line 136 of file ConstrainedOptPack_MatrixSymIdentitySerial.hpp. |
|
|
Reimplemented from AbstractLinAlgPack::MatrixBase. Definition at line 57 of file ConstrainedOptPack_MatrixSymIdentitySerial.cpp. |
|
|
Reimplemented from AbstractLinAlgPack::MatrixBase. Definition at line 62 of file ConstrainedOptPack_MatrixSymIdentitySerial.cpp. |
|
|
Reimplemented from AbstractLinAlgPack::MatrixOp. Definition at line 69 of file ConstrainedOptPack_MatrixSymIdentitySerial.cpp. |
|
||||||||||||||||||||||||
|
Implements AbstractLinAlgPack::MatrixOpSerial. Definition at line 77 of file ConstrainedOptPack_MatrixSymIdentitySerial.cpp. |
|
||||||||||||||||
|
Implements AbstractLinAlgPack::MatrixNonsingSerial. Definition at line 89 of file ConstrainedOptPack_MatrixSymIdentitySerial.cpp. |
|
||||||||||||||||||||||||
|
Reimplemented from AbstractLinAlgPack::MatrixSymNonsingSerial. Definition at line 99 of file ConstrainedOptPack_MatrixSymIdentitySerial.cpp. |
|
|
Implements AbstractLinAlgPack::MatrixExtractInvCholFactor. Definition at line 111 of file ConstrainedOptPack_MatrixSymIdentitySerial.cpp. |
1.3.9.1