#include <AbstractLinAlgPack_MatrixSymIdent.hpp>
Inheritance diagram for AbstractLinAlgPack::MatrixSymIdent:
Constructors/initializers | |
| MatrixSymIdent (const VectorSpace::space_ptr_t &vec_space=Teuchos::null, const value_type scale=1.0) | |
Calls this->initialize(). | |
| void | initialize (const VectorSpace::space_ptr_t &vec_space, const value_type scale=1.0) |
| | |
Access | |
| value_type | scale () const |
| | |
Overridden from MatrixBase | |
| size_type | rows () const |
| Returns 0 if not initalized. | |
| size_type | nz () const |
Returns this->rows(). | |
Overridden from MatrixOp | |
| const VectorSpace & | space_cols () const |
| | |
| std::ostream & | output (std::ostream &out) const |
| | |
| void | Vp_StMtV (VectorMutable *v_lhs, value_type alpha, BLAS_Cpp::Transp trans_rhs1, const Vector &v_rhs2, value_type beta) const |
| | |
Overridden from MatrixNonsing | |
| void | V_InvMtV (VectorMutable *v_lhs, BLAS_Cpp::Transp trans_rhs1, const Vector &v_rhs2) const |
| | |
More operations will be overridden as they are needed by various applications.
Definition at line 41 of file AbstractLinAlgPack_MatrixSymIdent.hpp.
|
||||||||||||
|
Calls
Definition at line 41 of file AbstractLinAlgPack_MatrixSymIdent.cpp. |
|
||||||||||||
|
Definition at line 49 of file AbstractLinAlgPack_MatrixSymIdent.cpp. |
|
|
Definition at line 114 of file AbstractLinAlgPack_MatrixSymIdent.hpp. |
|
|
Returns 0 if not initalized.
Reimplemented from AbstractLinAlgPack::MatrixBase. Definition at line 60 of file AbstractLinAlgPack_MatrixSymIdent.cpp. |
|
|
Returns
Reimplemented from AbstractLinAlgPack::MatrixBase. Definition at line 65 of file AbstractLinAlgPack_MatrixSymIdent.cpp. |
|
|
Implements AbstractLinAlgPack::MatrixBase. Definition at line 72 of file AbstractLinAlgPack_MatrixSymIdent.cpp. |
|
|
Reimplemented from AbstractLinAlgPack::MatrixOp. Definition at line 76 of file AbstractLinAlgPack_MatrixSymIdent.cpp. |
|
||||||||||||||||||||||||
|
Implements AbstractLinAlgPack::MatrixOp. Definition at line 82 of file AbstractLinAlgPack_MatrixSymIdent.cpp. |
|
||||||||||||||||
|
Implements AbstractLinAlgPack::MatrixNonsing. Definition at line 94 of file AbstractLinAlgPack_MatrixSymIdent.cpp. |
1.3.9.1