NumpyCodeObject class
(Shortest import: from brian2 import NumpyCodeObject)
- class brian2.codegen.runtime.numpy_rt.numpy_rt.NumpyCodeObject(*args, **kw)[source]
Bases:
CodeObject
Execute code using Numpy
Default for Brian because it works on all platforms.
Methods
compile_block
(block)Whether this target for code generation is available.
run_block
(block)Update the namespace for this timestep.
Details
- classmethod is_available()[source]
Whether this target for code generation is available. Should use a minimal example to check whether code generation works in general.