interface of user-defined HODLR/HODBF/H-LR/H-BF MatVec (tensor) routine in C. More...
Public Member Functions | |
subroutine | c_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 c_bpack_defs::c_C_HMatVec_MD::c_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_float_complex), dimension(product(nin), num_vect) | Vin, | ||
complex(kind=c_float_complex), dimension(product(nout), num_vect) | Vout, | ||
type(c_ptr) | quant | ||
) |