|
ALF dev.
A QMC Code for fermionic models
|


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 |
Definition at line 40 of file matTypes_mod.F90.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| integer mattypes_mod::realmat::m |
Definition at line 42 of file matTypes_mod.F90.
| real(kind=kind(0.d0)), dimension(:,:), allocatable mattypes_mod::realmat::mat |
Definition at line 41 of file matTypes_mod.F90.
| integer mattypes_mod::realmat::n |
Definition at line 42 of file matTypes_mod.F90.