MFEM v2.0
Public Member Functions | Private Attributes
TransposeOperator Class Reference

The transpose of a given operator (square matrix) More...

#include <operator.hpp>

Inheritance diagram for TransposeOperator:
Inheritance graph
[legend]
Collaboration diagram for TransposeOperator:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TransposeOperator (Operator *a)
 Saves the operator.
virtual void Mult (const Vector &x, Vector &y) const
 Operator application.
virtual void MultTranspose (const Vector &x, Vector &y) const
 Action of the transpose operator.
 ~TransposeOperator ()

Private Attributes

OperatorA

Detailed Description

The transpose of a given operator (square matrix)

Definition at line 59 of file operator.hpp.


Constructor & Destructor Documentation

TransposeOperator::TransposeOperator ( Operator a) [inline]

Saves the operator.

Definition at line 66 of file operator.hpp.

References A, Operator::Size(), and Operator::size.

TransposeOperator::~TransposeOperator ( ) [inline]

Definition at line 75 of file operator.hpp.


Member Function Documentation

virtual void TransposeOperator::Mult ( const Vector x,
Vector y 
) const [inline, virtual]

Operator application.

Implements Operator.

Definition at line 69 of file operator.hpp.

References A, and MultTranspose().

Referenced by MultTranspose().

virtual void TransposeOperator::MultTranspose ( const Vector x,
Vector y 
) const [inline, virtual]

Action of the transpose operator.

Reimplemented from Operator.

Definition at line 72 of file operator.hpp.

References A, and Mult().

Referenced by Mult().


Member Data Documentation

Definition at line 62 of file operator.hpp.

Referenced by Mult(), MultTranspose(), and TransposeOperator().


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines