
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 25 of file PlayaSimpleIdentityOpDecl.hpp.
| Playa::SimpleIdentityOp< Scalar >::SimpleIdentityOp | ( | const VectorSpace< Scalar > & | space | ) | [inline] |
Definition at line 28 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 33 of file PlayaSimpleIdentityOpImpl.hpp.
| std::string Playa::SimpleIdentityOp< Scalar >::description | ( | ) | const [inline] |
Definition at line 44 of file PlayaSimpleIdentityOpImpl.hpp.
| LinearOperator< Scalar > identityOperator | ( | const VectorSpace< Scalar > & | space | ) | [related] |
Definition at line 50 of file PlayaSimpleIdentityOpImpl.hpp.