interface of user-defined Block MatVec routine in C. More...
Public Member Functions | |
subroutine | c_c_bmatvec (trans, Nin, Nout, num_vect, Vin, Vout, quant, a, b) |
interface of user-defined Block MatVec routine in C.
subroutine c_bpack_defs::c_C_BMatVec::c_c_bmatvec | ( | 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_float_complex), dimension(nin, num_vect) | Vin, | ||
complex(kind=c_float_complex), dimension(nout, num_vect) | Vout, | ||
type(c_ptr) | quant, | ||
complex(kind=c_float_complex) | a, | ||
complex(kind=c_float_complex) | b | ||
) |