#include <ConstrainedOptPack_MatrixIdentConcatStd.hpp>
Inheritance diagram for ConstrainedOptPack::MatrixIdentConcatStd:
Public types | |
| typedef Teuchos::RefCountPtr< const MatrixOp > | D_ptr_t |
| | |
| enum | ETopBottom |
| More... | |
Constructors/initializers. | |
| MatrixIdentConcatStd () | |
| Constructs to uninitialized. | |
| virtual void | initialize (const VectorSpace::space_ptr_t &space_cols, const VectorSpace::space_ptr_t &space_rows, ETopBottom top_or_bottom, value_type alpha, const D_ptr_t &D_ptr, BLAS_Cpp::Transp D_trans) |
| Setup with a matrix object. | |
| virtual void | set_uninitialized () |
| Set the matrix to uninitialized. | |
| virtual const D_ptr_t & | D_ptr () const |
Return the smart reference counted point to the D matrix. | |
Overridden form MatrixIdentConcat | |
| Range1D | D_rng () const |
| | |
| Range1D | I_rng () const |
| | |
| value_type | alpha () const |
| | |
| const MatrixOp & | D () const |
| | |
| BLAS_Cpp::Transp | D_trans () const |
| | |
Overridden from MatrixOp | |
| const VectorSpace & | space_cols () const |
| | |
| const VectorSpace & | space_rows () const |
| | |
| MatrixOp & | operator= (const MatrixOp &m) |
| The default just performs a shallow copy and just copies the underlying smart reference counted pointer. If other behavior is desired then this method must be overridden. | |
Represents an interface for a matrix that represents:
M = [ alpha*op(D) ] (TOP)
[ I ]
or
M = [ I ]
[ alpha*op(D) ] (BOTTOM)
This subclass allows a client to set the representation matrix D.
Definition at line 54 of file ConstrainedOptPack_MatrixIdentConcatStd.hpp.
|
|
Definition at line 62 of file ConstrainedOptPack_MatrixIdentConcatStd.hpp. |
|
|
Definition at line 60 of file ConstrainedOptPack_MatrixIdentConcatStd.hpp. |
|
|
Constructs to uninitialized.
Definition at line 38 of file ConstrainedOptPack_MatrixIdentConcatStd.cpp. |
|
||||||||||||||||||||||||||||
|
Setup with a matrix object.
Postconditions:
Definition at line 43 of file ConstrainedOptPack_MatrixIdentConcatStd.cpp. |
|
|
Set the matrix to uninitialized. Postconditions:
Definition at line 81 of file ConstrainedOptPack_MatrixIdentConcatStd.cpp. |
|
|
Return the smart reference counted point to the
If the matrix object Definition at line 93 of file ConstrainedOptPack_MatrixIdentConcatStd.cpp. |
|
|
Implements ConstrainedOptPack::MatrixIdentConcat. |
|
|
Implements ConstrainedOptPack::MatrixIdentConcat. |
|
|
Implements ConstrainedOptPack::MatrixIdentConcat. Definition at line 110 of file ConstrainedOptPack_MatrixIdentConcatStd.cpp. |
|
|
Implements ConstrainedOptPack::MatrixIdentConcat. |
|
|
Implements ConstrainedOptPack::MatrixIdentConcat. Definition at line 120 of file ConstrainedOptPack_MatrixIdentConcatStd.cpp. |
|
|
Implements AbstractLinAlgPack::MatrixBase. |
|
|
Implements AbstractLinAlgPack::MatrixBase. |
|
|
The default just performs a shallow copy and just copies the underlying smart reference counted pointer. If other behavior is desired then this method must be overridden.
Reimplemented from AbstractLinAlgPack::MatrixOp. Definition at line 137 of file ConstrainedOptPack_MatrixIdentConcatStd.cpp. |
1.3.9.1