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