12std::function<std::vector<array>(
const std::vector<array>&)> 
compile(
 
   13    const std::function<std::vector<array>(
const std::vector<array>&)>& fun,
 
   14    bool shapeless = 
false);
 
void enable_compile()
Globally enable compilation.
 
std::function< std::vector< array >(const std::vector< array > &)> compile(const std::function< std::vector< array >(const std::vector< array > &)> &fun, bool shapeless=false)
Compile takes a function and returns a compiled function.
 
void set_compile_mode(CompileMode mode)
Set the compiler mode to the given value.
 
void disable_compile()
Globally disable compilation.
 
CompileMode
Definition compile.h:9