When compiling a user-defined operators, a shared object (so) library
(or dynamic link library, dll) file is created in the directory build_dir
specified in compile options of rkeops
. For every new operators, such a
file is created.
Calling clean_rkeops()
allows you to empty the directory build_dir
.