interface of user-defined element extraction routine in C. allrows,allcols represents indices in natural order More...
Public Member Functions | |
subroutine | z_c_zelem_block (Ninter, Nallrows, Nallcols, Nalldat_loc, allrows, allcols, alldat_loc, rowidx, colidx, pgidx, Npmap, pmaps, quant) |
interface of user-defined element extraction routine in C. allrows,allcols represents indices in natural order
subroutine z_bpack_defs::z_C_Zelem_block::z_c_zelem_block | ( | integer(kind=c_int) | Ninter, |
integer(kind=c_int) | Nallrows, | ||
integer(kind=c_int) | Nallcols, | ||
integer(kind=c_int64_t) | Nalldat_loc, | ||
integer(kind=c_int), dimension(nallrows) | allrows, | ||
integer(kind=c_int), dimension(nallcols) | allcols, | ||
complex(kind=c_double_complex), dimension(nalldat_loc), target | alldat_loc, | ||
integer(kind=c_int), dimension(ninter) | rowidx, | ||
integer(kind=c_int), dimension(ninter) | colidx, | ||
integer(kind=c_int), dimension(ninter) | pgidx, | ||
integer(kind=c_int) | Npmap, | ||
integer(kind=c_int), dimension(npmap, 3) | pmaps, | ||
type(c_ptr) | quant | ||
) |