numpy_ module¶A dummy package to allow importing numpy and the unit-aware replacements of │ │ │ numpy functions without having to know which functions are overwritten.
│ │ │This can be used for example as import brian2.numpy_ as np
Exported members:
│ │ │ -savez_compressed, logical_not, equal, asin, rad2deg, minimum, hstack, nanmin, nanmax, diag_indices_from, rot90, ascontiguousarray, ufunc, float16, split, iscomplexobj, nanmedian, fmod, kaiser(), memmap, sign, var, atan, complex64, roots
│ │ │ +sign, byte, unique_values, trace(), int64, euler_gamma, shares_memory, float32, random, prod, r_, sctypeDict, extract, acos, tan(), cumulative_sum, base_repr(), ones(), bincount, bool_, einsum_path, rint, nditer, trim_zeros, emath
│ │ │ … (504 more members)
only module¶A dummy package to allow wildcard import from brian2 without also importing │ │ │ the pylab (numpy + matplotlib) namespace.
│ │ │Usage: from brian2.only import *