# Generated by roxygen2: do not edit by hand

export(check_cmake)
export(check_compile_options)
export(check_os)
export(check_runtime_options)
export(clean_rkeops)
export(compile4cpu)
export(compile4float32)
export(compile4float64)
export(compile4gpu)
export(compile_code)
export(compile_formula)
export(compile_options)
export(create_dllname)
export(default_compile_options)
export(default_runtime_options)
export(format_var_aliases)
export(get_build_dir)
export(get_cmake)
export(get_pkg_dir)
export(get_rkeops_option)
export(get_rkeops_options)
export(get_src_dir)
export(helloWorld)
export(is_compiled)
export(is_installed)
export(keops_grad)
export(keops_kernel)
export(load_dll)
export(parse_extra_args)
export(rkeops_option_names)
export(runtime_options)
export(set_rkeops_option)
export(set_rkeops_options)
export(string2hash)
export(use_cpu)
export(use_gpu)
import(Rcpp)
importFrom(Rcpp,sourceCpp)
importFrom(RhpcBLASctl,omp_set_num_threads)
importFrom(openssl,sha256)
importFrom(parallel,detectCores)
importFrom(stringr,fixed)
importFrom(stringr,str_c)
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_length)
importFrom(stringr,str_match_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(stringr,str_to_lower)
importFrom(utils,compareVersion)
importFrom(utils,getFromNamespace)
importFrom(utils,head)
importFrom(utils,packageVersion)
useDynLib(rkeops, .registration = TRUE)
