Grid 0.7.0
MMdagLinearOperator< Matrix, Field > Class Template Reference

#include <LinearOperator.h>

Inheritance diagram for MMdagLinearOperator< Matrix, Field >:
LinearOperatorBase< Field >

Public Member Functions

 MMdagLinearOperator (Matrix &Mat)
void OpDiag (const Field &in, Field &out)
void OpDir (const Field &in, Field &out, int dir, int disp)
void OpDirAll (const Field &in, std::vector< Field > &out)
void Op (const Field &in, Field &out)
void AdjOp (const Field &in, Field &out)
void HermOpAndNorm (const Field &in, Field &out, RealD &n1, RealD &n2)
void HermOp (const Field &in, Field &out)

Private Attributes

Matrix & _Mat

Detailed Description

template<class Matrix, class Field>
class MMdagLinearOperator< Matrix, Field >

Definition at line 107 of file LinearOperator.h.

Constructor & Destructor Documentation

◆ MMdagLinearOperator()

template<class Matrix, class Field>
MMdagLinearOperator< Matrix, Field >::MMdagLinearOperator ( Matrix & Mat)
inline

Definition at line 110 of file LinearOperator.h.

References _Mat.

Member Function Documentation

◆ OpDiag()

template<class Matrix, class Field>
void MMdagLinearOperator< Matrix, Field >::OpDiag ( const Field & in,
Field & out )
inlinevirtual

Implements LinearOperatorBase< Field >.

Definition at line 113 of file LinearOperator.h.

References _Mat.

◆ OpDir()

template<class Matrix, class Field>
void MMdagLinearOperator< Matrix, Field >::OpDir ( const Field & in,
Field & out,
int dir,
int disp )
inlinevirtual

Implements LinearOperatorBase< Field >.

Definition at line 116 of file LinearOperator.h.

References _Mat.

◆ OpDirAll()

template<class Matrix, class Field>
void MMdagLinearOperator< Matrix, Field >::OpDirAll ( const Field & in,
std::vector< Field > & out )
inlinevirtual

Implements LinearOperatorBase< Field >.

Definition at line 119 of file LinearOperator.h.

References _Mat.

◆ Op()

template<class Matrix, class Field>
void MMdagLinearOperator< Matrix, Field >::Op ( const Field & in,
Field & out )
inlinevirtual

Implements LinearOperatorBase< Field >.

Definition at line 122 of file LinearOperator.h.

References _Mat.

◆ AdjOp()

template<class Matrix, class Field>
void MMdagLinearOperator< Matrix, Field >::AdjOp ( const Field & in,
Field & out )
inlinevirtual

Implements LinearOperatorBase< Field >.

Definition at line 125 of file LinearOperator.h.

References _Mat.

◆ HermOpAndNorm()

template<class Matrix, class Field>
void MMdagLinearOperator< Matrix, Field >::HermOpAndNorm ( const Field & in,
Field & out,
RealD & n1,
RealD & n2 )
inlinevirtual

Implements LinearOperatorBase< Field >.

Definition at line 128 of file LinearOperator.h.

References _Mat, innerProduct(), norm2(), and real().

◆ HermOp()

template<class Matrix, class Field>
void MMdagLinearOperator< Matrix, Field >::HermOp ( const Field & in,
Field & out )
inlinevirtual

Implements LinearOperatorBase< Field >.

Definition at line 134 of file LinearOperator.h.

References _Mat.

Field Documentation

◆ _Mat

template<class Matrix, class Field>
Matrix& MMdagLinearOperator< Matrix, Field >::_Mat
private

The documentation for this class was generated from the following file: