application_module Module Reference

Data Types

type  quant_app
 

Functions/Subroutines

subroutine zelem_full (m, n, value_e, quant)
 
subroutine hodlr_mvp_onehodlr (trans, Mloc, Nloc, num_vect, Vin, Vout, quant)
 
subroutine hodlr_mvp_fullmat (trans, Mloc, Nloc, num_vect, Vin, Vout, quant)
 
subroutine createdistdensemat (N, msh, ptree, quant)
 
real(kind=8) function arg_thresh_zmn (quant)
 
subroutine zelem_rbf (m, n, value_e, quant)
 
subroutine zelem_full (m, n, value_e, quant)
 
subroutine zelem_lr (m, n, value_e, quant)
 
subroutine hodlr_mvp_onehodlr (trans, Mloc, Nloc, num_vect, Vin, Vout, quant)
 
subroutine createdistdensemat (N, msh, ptree, quant, option, DATA_DIR)
 
subroutine hodlr_mvp_fullmat (trans, Mloc, Nloc, num_vect, Vin, Vout, quant)
 
subroutine createdistdensemat (N, msh, ptree, quant)
 

Function/Subroutine Documentation

◆ arg_thresh_zmn()

real(kind=8) function application_module::arg_thresh_zmn ( type(quant_app quant)

◆ createdistdensemat() [1/3]

subroutine application_module::createdistdensemat ( integer, intent(in)  N,
type(z_mesh)  msh,
type(z_proctree)  ptree,
type(quant_app quant,
type(z_hoption)  option,
character (*)  DATA_DIR 
)
Here is the call graph for this function:

◆ createdistdensemat() [2/3]

subroutine application_module::createdistdensemat ( integer, intent(in)  N,
type(z_mesh)  msh,
type(z_proctree)  ptree,
type(quant_app quant 
)
Here is the call graph for this function:

◆ createdistdensemat() [3/3]

subroutine application_module::createdistdensemat ( integer, intent(in)  N,
type(d_mesh)  msh,
type(d_proctree)  ptree,
type(quant_app quant 
)
Here is the call graph for this function:

◆ hodlr_mvp_fullmat() [1/2]

subroutine application_module::hodlr_mvp_fullmat ( character  trans,
integer, intent(in)  Mloc,
integer, intent(in)  Nloc,
integer, intent(in)  num_vect,
complex(kind=8), dimension(:,:)  Vin,
complex(kind=8), dimension(:,:)  Vout,
class(*), pointer  quant 
)
Here is the call graph for this function:

◆ hodlr_mvp_fullmat() [2/2]

subroutine application_module::hodlr_mvp_fullmat ( character  trans,
integer, intent(in)  Mloc,
integer, intent(in)  Nloc,
integer, intent(in)  num_vect,
real(kind=8), dimension(:,:)  Vin,
real(kind=8), dimension(:,:)  Vout,
class(*), pointer  quant 
)
Here is the call graph for this function:

◆ hodlr_mvp_onehodlr() [1/2]

subroutine application_module::hodlr_mvp_onehodlr ( character  trans,
integer, intent(in)  Mloc,
integer, intent(in)  Nloc,
integer, intent(in)  num_vect,
complex(kind=8), dimension(:,:)  Vin,
complex(kind=8), dimension(:,:)  Vout,
class(*), pointer  quant 
)
Here is the call graph for this function:

◆ hodlr_mvp_onehodlr() [2/2]

subroutine application_module::hodlr_mvp_onehodlr ( character  trans,
integer, intent(in)  Mloc,
integer, intent(in)  Nloc,
integer, intent(in)  num_vect,
real(kind=8), dimension(:,:)  Vin,
real(kind=8), dimension(:,:)  Vout,
class(*), pointer  quant 
)
Here is the call graph for this function:

◆ zelem_full() [1/2]

subroutine application_module::zelem_full ( integer, intent(in)  m,
integer, intent(in)  n,
complex(kind=8)  value_e,
class(*), pointer  quant 
)

◆ zelem_full() [2/2]

subroutine application_module::zelem_full ( integer, intent(in)  m,
integer, intent(in)  n,
real(kind=8)  value_e,
class(*), pointer  quant 
)

◆ zelem_lr()

subroutine application_module::zelem_lr ( integer, intent(in)  m,
integer, intent(in)  n,
real(kind=8)  value_e,
class(*), pointer  quant 
)

◆ zelem_rbf()

subroutine application_module::zelem_rbf ( integer, intent(in)  m,
integer, intent(in)  n,
real(kind=8)  value_e,
class(*), pointer  quant 
)
Here is the call graph for this function: