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) |
real(kind=8) function application_module::arg_thresh_zmn | ( | type(quant_app) | quant | ) |
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 | ||
) |
subroutine application_module::createdistdensemat | ( | integer, intent(in) | N, |
type(z_mesh) | msh, | ||
type(z_proctree) | ptree, | ||
type(quant_app) | quant | ||
) |
subroutine application_module::createdistdensemat | ( | integer, intent(in) | N, |
type(d_mesh) | msh, | ||
type(d_proctree) | ptree, | ||
type(quant_app) | quant | ||
) |
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 | ||
) |
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 | ||
) |
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 | ||
) |
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 | ||
) |
subroutine application_module::zelem_full | ( | integer, intent(in) | m, |
integer, intent(in) | n, | ||
complex(kind=8) | value_e, | ||
class(*), pointer | quant | ||
) |
subroutine application_module::zelem_full | ( | integer, intent(in) | m, |
integer, intent(in) | n, | ||
real(kind=8) | value_e, | ||
class(*), pointer | quant | ||
) |
subroutine application_module::zelem_lr | ( | integer, intent(in) | m, |
integer, intent(in) | n, | ||
real(kind=8) | value_e, | ||
class(*), pointer | quant | ||
) |
subroutine application_module::zelem_rbf | ( | integer, intent(in) | m, |
integer, intent(in) | n, | ||
real(kind=8) | value_e, | ||
class(*), pointer | quant | ||
) |