interface of user-defined distance computation routine in C. m,n represents indices in natural order More...
Public Member Functions | |
subroutine | s_c_dist (m, n, val, quant) |
interface of user-defined distance computation routine in C. m,n represents indices in natural order
subroutine s_bpack_defs::s_C_Dist::s_c_dist | ( | integer(kind=c_int), intent(in) | m, |
integer(kind=c_int), intent(in) | n, | ||
real(kind=c_double) | val, | ||
type(c_ptr) | quant | ||
) |