コード例 #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)