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

List of all members.

Public Member Functions

 SimpleZeroOp (const VectorSpace< Scalar > &domain, const VectorSpace< Scalar > &range)
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 > zeroOperator (const VectorSpace< Scalar > &domain, const VectorSpace< Scalar > &range)

Detailed Description

template<class Scalar>
class Playa::SimpleZeroOp< Scalar >

Definition at line 56 of file PlayaSimpleZeroOpDecl.hpp.


Constructor & Destructor Documentation

template<class Scalar >
Playa::SimpleZeroOp< Scalar >::SimpleZeroOp ( const VectorSpace< Scalar > &  domain,
const VectorSpace< Scalar > &  range 
) [inline]

Definition at line 67 of file PlayaSimpleZeroOpImpl.hpp.


Member Function Documentation

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

Definition at line 88 of file PlayaSimpleZeroOpImpl.hpp.


Friends And Related Function Documentation

template<class Scalar >
LinearOperator< Scalar > zeroOperator ( const VectorSpace< Scalar > &  domain,
const VectorSpace< Scalar > &  range 
) [related]

Definition at line 96 of file PlayaSimpleZeroOpImpl.hpp.

Site Contact