Public Member Functions | Related Functions
Playa::SimpleIdentityOp< Scalar > Class Template Reference
Inheritance diagram for Playa::SimpleIdentityOp< Scalar >:
Playa::LinearOpWithSpaces< Scalar > Playa::LinearOperatorBase< Scalar > Playa::ObjectWithVerbosity

List of all members.

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)

Detailed Description

template<class Scalar>
class Playa::SimpleIdentityOp< Scalar >

Definition at line 62 of file PlayaSimpleIdentityOpDecl.hpp.


Constructor & Destructor Documentation

template<class Scalar >
Playa::SimpleIdentityOp< Scalar >::SimpleIdentityOp ( const VectorSpace< Scalar > &  space) [inline]

Definition at line 65 of file PlayaSimpleIdentityOpImpl.hpp.


Member Function Documentation

template<class Scalar >
void Playa::SimpleIdentityOp< Scalar >::apply ( Teuchos::ETransp  transApplyType,
const Vector< Scalar > &  in,
Vector< Scalar >  out 
) const [inline, virtual]
template<class Scalar >
std::string Playa::SimpleIdentityOp< Scalar >::description ( ) const [inline]

Definition at line 81 of file PlayaSimpleIdentityOpImpl.hpp.


Friends And Related Function Documentation

template<class Scalar >
LinearOperator< Scalar > identityOperator ( const VectorSpace< Scalar > &  space) [related]

Definition at line 87 of file PlayaSimpleIdentityOpImpl.hpp.

Site Contact