예제 #1
0
파일: utils.py 프로젝트: jaimesouza/devito
def dtype_to_cstr(dtype):
    """Translate numpy.dtype into C string."""
    return cgen_dtype_to_ctype(dtype)
예제 #2
0
파일: utils.py 프로젝트: opesci/devito
def dtype_to_cstr(dtype):
    """Translate numpy.dtype into C string."""
    return cgen_dtype_to_ctype(dtype)