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
│ │ │ +linspace(), place, uint64, isdtype(), unstack, intersect1d, busday_count, diagonal(), diff, average, fliplr, seterrcall(), union1d, inner, result_type, tensordot, reciprocal, fmax, float_power, char, atleast_3d, log(), cdouble, delete, copy
│ │ │ … (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 *