superneuromat.SNN.setup#
- SNN.setup(**kwargs)[source]#
Setup the SNN for simulation.
- Parameters:
dtype (bool | numpy.dtype, default=None) – The dtype to be used for floating-point arrays on this setup().
sparse (bool | str | Any, default=None) – Whether to use a sparse representation for the SNN. See
sparse
for more information.