#include <PlayaSimpleScaledOpDecl.hpp>

Public Member Functions | |
| SimpleScaledOp (const Scalar &alpha, const LinearOperator< Scalar > &A) | |
| void | apply (Teuchos::ETransp transApplyType, const Vector< Scalar > &in, Vector< Scalar > out) const |
| std::string | description () const |
| const Scalar & | alpha () const |
| LinearOperator< Scalar > | op () const |
| void | print (std::ostream &os) const |
Related Functions | |
| (Note that these are not member functions.) | |
| template<class Scalar > | |
| LinearOperator< Scalar > | scaledOperator (const Scalar &scale, const LinearOperator< Scalar > &op) |
Definition at line 26 of file PlayaSimpleScaledOpDecl.hpp.
| Playa::SimpleScaledOp< Scalar >::SimpleScaledOp | ( | const Scalar & | alpha, | |
| const LinearOperator< Scalar > & | A | |||
| ) | [inline] |
Definition at line 32 of file PlayaSimpleScaledOpImpl.hpp.
| void Playa::SimpleScaledOp< Scalar >::apply | ( | Teuchos::ETransp | transApplyType, | |
| const Vector< Scalar > & | in, | |||
| Vector< Scalar > | out | |||
| ) | const [inline, virtual] |
Implements Playa::LinearOperatorBase< Scalar >.
Definition at line 42 of file PlayaSimpleScaledOpImpl.hpp.
| std::string Playa::SimpleScaledOp< Scalar >::description | ( | ) | const [inline] |
Definition at line 63 of file PlayaSimpleScaledOpImpl.hpp.
| const Scalar& Playa::SimpleScaledOp< Scalar >::alpha | ( | ) | const [inline] |
Definition at line 43 of file PlayaSimpleScaledOpDecl.hpp.
| LinearOperator<Scalar> Playa::SimpleScaledOp< Scalar >::op | ( | ) | const [inline] |
Definition at line 46 of file PlayaSimpleScaledOpDecl.hpp.
| void Playa::SimpleScaledOp< Scalar >::print | ( | std::ostream & | os | ) | const [inline, virtual] |
| LinearOperator< Scalar > scaledOperator | ( | const Scalar & | scale, | |
| const LinearOperator< Scalar > & | op | |||
| ) | [related] |
Definition at line 85 of file PlayaSimpleScaledOpImpl.hpp.