#include <ConstrainedOptPack_MatrixIdentConcat.hpp>
Inheritance diagram for ConstrainedOptPack::MatrixIdentConcat:
Access to representation. | |
| virtual Range1D | D_rng () const =0 |
| | |
| virtual Range1D | I_rng () const =0 |
| | |
| virtual value_type | alpha () const =0 |
| | |
| virtual const MatrixOp & | D () const =0 |
| | |
| virtual BLAS_Cpp::Transp | D_trans () const =0 |
| | |
Overridden from MatrixBase | |
| size_type | rows () const |
| | |
| size_type | cols () const |
| | |
| size_type | nz () const |
| | |
Overridden from MatrixOp | |
| std::ostream & | output (std::ostream &out) const |
| | |
| void | Vp_StMtV (VectorMutable *vs_lhs, value_type alpha, BLAS_Cpp::Transp trans_rhs1, const Vector &vs_rhs2, value_type beta) const |
| | |
| void | Vp_StMtV (VectorMutable *vs_lhs, value_type alpha, BLAS_Cpp::Transp trans_rhs1, const SpVectorSlice &sv_rhs2, value_type beta) const |
| | |
Represents an interface for a matrix that represents:
M = [ alpha*op(D) ]
[ I ]
where:
D_rng = [1,rows(op(D))]
I_rng = [rows(op(D))+1,rows(op(D))+cols(op(D))]
or
M = [ I ]
[ alpha*op(D) ]
where:
D_rng = [cols(op(D))+1,rows(op(D))+cols(op(D))]
I_rng = [1,cols(op(D))]
I is a op(D).cols() x op(D).cols() indentity matrix and the full matrix M is of order (op(D).rows() + op(D).cols()) x op(D).cols().
Definition at line 59 of file ConstrainedOptPack_MatrixIdentConcat.hpp.
|
|
Implemented in ConstrainedOptPack::MatrixIdentConcatStd. |
|
|
Implemented in ConstrainedOptPack::MatrixIdentConcatStd. |
|
|
Implemented in ConstrainedOptPack::MatrixIdentConcatStd. |
|
|
Implemented in ConstrainedOptPack::MatrixIdentConcatStd. |
|
|
Implemented in ConstrainedOptPack::MatrixIdentConcatStd. |
|
|
Reimplemented from AbstractLinAlgPack::MatrixBase. Definition at line 123 of file ConstrainedOptPack_MatrixIdentConcat.cpp. |
|
|
Reimplemented from AbstractLinAlgPack::MatrixBase. Definition at line 128 of file ConstrainedOptPack_MatrixIdentConcat.cpp. |
|
|
Reimplemented from AbstractLinAlgPack::MatrixBase. Definition at line 133 of file ConstrainedOptPack_MatrixIdentConcat.cpp. |
|
|
Reimplemented from AbstractLinAlgPack::MatrixOp. Definition at line 141 of file ConstrainedOptPack_MatrixIdentConcat.cpp. |
|
||||||||||||||||||||||||
|
Implements AbstractLinAlgPack::MatrixOp. Definition at line 170 of file ConstrainedOptPack_MatrixIdentConcat.cpp. |
|
||||||||||||||||||||||||
|
Reimplemented from AbstractLinAlgPack::MatrixOp. Definition at line 179 of file ConstrainedOptPack_MatrixIdentConcat.cpp. |
1.3.9.1