Public Member Functions | |
| SimpleIdentityOp (const VectorSpace< Scalar > &space) | |
| void | apply (Teuchos::ETransp transApplyType, const Vector< Scalar > &in, Vector< Scalar > out) const |
| std::string | description () const |
Related Functions | |
(Note that these are not member functions.) | |
| template<class Scalar > | |
| LinearOperator< Scalar > | identityOperator (const VectorSpace< Scalar > &space) |
Definition at line 62 of file PlayaSimpleIdentityOpDecl.hpp.
| Playa::SimpleIdentityOp< Scalar >::SimpleIdentityOp | ( | const VectorSpace< Scalar > & | space | ) | [inline] |
Definition at line 65 of file PlayaSimpleIdentityOpImpl.hpp.
| void Playa::SimpleIdentityOp< Scalar >::apply | ( | Teuchos::ETransp | transApplyType, |
| const Vector< Scalar > & | in, | ||
| Vector< Scalar > | out | ||
| ) | const [inline, virtual] |
Implements Playa::LinearOperatorBase< Scalar >.
Definition at line 70 of file PlayaSimpleIdentityOpImpl.hpp.
References Playa::Vector< Scalar >::acceptCopyOf(), and PLAYA_MSG2.
| std::string Playa::SimpleIdentityOp< Scalar >::description | ( | ) | const [inline] |
Definition at line 81 of file PlayaSimpleIdentityOpImpl.hpp.
| LinearOperator< Scalar > identityOperator | ( | const VectorSpace< Scalar > & | space | ) | [related] |
Definition at line 87 of file PlayaSimpleIdentityOpImpl.hpp.