interface of user-defined HODLR/HODBF/H-LR/H-BF MatVec (tensor) routine in C. More...
Public Member Functions | |
subroutine | z_c_hmatvec_md (Ndim, trans, Nin, Nout, num_vect, Vin, Vout, quant) |
interface of user-defined HODLR/HODBF/H-LR/H-BF MatVec (tensor) routine in C.
subroutine z_bpack_defs::z_C_HMatVec_MD::z_c_hmatvec_md | ( | integer | Ndim, |
character(kind=c_char, len=1), dimension(*) | trans, | ||
integer(kind=c_int), dimension(ndim), intent(in) | Nin, | ||
integer(kind=c_int), dimension(ndim), intent(in) | Nout, | ||
integer(kind=c_int), intent(in) | num_vect, | ||
complex(kind=c_double_complex), dimension(product(nin), num_vect) | Vin, | ||
complex(kind=c_double_complex), dimension(product(nout), num_vect) | Vout, | ||
type(c_ptr) | quant | ||
) |