Public Member Functions | |
| SimpleDiagonalOp (const Vector< Scalar > &diag) | |
| void | apply (Teuchos::ETransp transApplyType, const Vector< Scalar > &in, Vector< Scalar > out) const |
| std::string | description () const |
| void | print (std::ostream &os) const |
Private Attributes | |
| Vector< Scalar > | diag_ |
Related Functions | |
(Note that these are not member functions.) | |
| template<class Scalar > | |
| LinearOperator< Scalar > | diagonalOperator (const Vector< Scalar > &diag) |
Definition at line 62 of file PlayaSimpleDiagonalOpDecl.hpp.
| Playa::SimpleDiagonalOp< Scalar >::SimpleDiagonalOp | ( | const Vector< Scalar > & | diag | ) | [inline] |
Definition at line 68 of file PlayaSimpleDiagonalOpImpl.hpp.
| void Playa::SimpleDiagonalOp< Scalar >::apply | ( | Teuchos::ETransp | transApplyType, |
| const Vector< Scalar > & | in, | ||
| Vector< Scalar > | out | ||
| ) | const [inline, virtual] |
Implements Playa::LinearOperatorBase< Scalar >.
Definition at line 77 of file PlayaSimpleDiagonalOpImpl.hpp.
References Playa::Vector< Scalar >::acceptCopyOf(), Playa::Vector< Scalar >::dotStar(), and PLAYA_MSG2.
| std::string Playa::SimpleDiagonalOp< Scalar >::description | ( | ) | const [inline] |
Definition at line 92 of file PlayaSimpleDiagonalOpImpl.hpp.
| void Playa::SimpleDiagonalOp< Scalar >::print | ( | std::ostream & | os | ) | const [inline, virtual] |
Implements Playa::Printable.
Definition at line 100 of file PlayaSimpleDiagonalOpImpl.hpp.
| LinearOperator< Scalar > diagonalOperator | ( | const Vector< Scalar > & | diag | ) | [related] |
Definition at line 112 of file PlayaSimpleDiagonalOpImpl.hpp.
Vector<Scalar> Playa::SimpleDiagonalOp< Scalar >::diag_ [private] |
Definition at line 82 of file PlayaSimpleDiagonalOpDecl.hpp.