ALF dev.
A QMC Code for fermionic models
Loading...
Searching...
No Matches
mattypes_mod::realmat Type Reference
Inheritance diagram for mattypes_mod::realmat:
Collaboration diagram for mattypes_mod::realmat:

Public Member Functions

procedure init (this, arg)
procedure simt (this, arg)
procedure rmult (this, arg)
procedure lmult (this, arg)
procedure rmultinv (this, arg)
procedure lmultinv (this, arg)
Public Member Functions inherited from containerelementbase_mod::containerelementbase
procedure(rmultinterface), deferred rmult (this, arg, t)
procedure(lmultinterface), deferred lmult (this, arg, t)
procedure(rmultinvinterface), deferred rmultinv (this, arg, t)
procedure(lmultinvinterface), deferred lmultinv (this, arg, t)
procedure(adjointactioninterface), deferred adjointaction (this, arg, t1, t2)
procedure(dump), deferred dump (this)
procedure(dealloc), deferred dealloc (this)

Public Attributes

real(kind=kind(0.d0)), dimension(:,:), allocatable mat
integer m
integer n

Detailed Description

Definition at line 40 of file matTypes_mod.F90.

Member Function/Subroutine Documentation

◆ init()

procedure mattypes_mod::realmat::init ( class(realmat) this,
real(kind=kind(0.d0)), dimension(:,:), intent(inout), allocatable arg )

Definition at line 44 of file matTypes_mod.F90.

◆ lmult()

procedure mattypes_mod::realmat::lmult ( class(realmat), intent(in) this,
complex(kind=kind(0.d0)), dimension(:,:), intent(inout) arg )

Definition at line 47 of file matTypes_mod.F90.

◆ lmultinv()

procedure mattypes_mod::realmat::lmultinv ( class(realmat), intent(in) this,
complex(kind=kind(0.d0)), dimension(:,:), intent(inout) arg )

Definition at line 49 of file matTypes_mod.F90.

◆ rmult()

procedure mattypes_mod::realmat::rmult ( class(realmat), intent(in) this,
complex(kind=kind(0.d0)), dimension(:,:), intent(inout) arg )

Definition at line 46 of file matTypes_mod.F90.

◆ rmultinv()

procedure mattypes_mod::realmat::rmultinv ( class(realmat), intent(in) this,
complex(kind=kind(0.d0)), dimension(:,:), intent(inout) arg )

Definition at line 48 of file matTypes_mod.F90.

◆ simt()

procedure mattypes_mod::realmat::simt ( class(realmat), intent(in) this,
complex(kind=kind(0.d0)), dimension(:,:), intent(inout), allocatable arg )

Definition at line 45 of file matTypes_mod.F90.

Member Data Documentation

◆ m

integer mattypes_mod::realmat::m

Definition at line 42 of file matTypes_mod.F90.

◆ mat

real(kind=kind(0.d0)), dimension(:,:), allocatable mattypes_mod::realmat::mat

Definition at line 41 of file matTypes_mod.F90.

◆ n

integer mattypes_mod::realmat::n

Definition at line 42 of file matTypes_mod.F90.


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