interface of user-defined HODLR/HODBF/H-LR/H-BF MatVec (tensor) routine in Fortran. More...
Public Member Functions | |
subroutine | z_f_hmatvec_md (Ndim, trans, M, N, num_vect, Vin, Vout, quant) |
interface of user-defined HODLR/HODBF/H-LR/H-BF MatVec (tensor) routine in Fortran.
subroutine z_bpack_defs::z_F_HMatVec_MD::z_f_hmatvec_md | ( | integer | Ndim, |
character | trans, | ||
integer, dimension(ndim), intent(in) | M, | ||
integer, dimension(ndim), intent(in) | N, | ||
integer, intent(in) | num_vect, | ||
complex(kind=8), dimension(:, :) | Vin, | ||
complex(kind=8), dimension(:, :) | Vout, | ||
class(*), pointer | quant | ||
) |