el0ps.compilation.CompilableClass¶
- class el0ps.compilation.CompilableClass¶
Template for classes that can be compiled with Numba.
- __init__(*args, **kwargs)¶
Methods
__init__
(*args, **kwargs)get_spec
()Specify the numba types of the class attributes.
params_to_dict
()Returns the parameters name and value used to initialize the class instance.