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
│ │ │ +outer
, datetime_as_string
, nanargmin
, fromiter
, False_
, cos()
, hamming()
, lib
, fmin
, cross
, int64
, isfortran()
, blackman()
, histogram
, array_equiv
, savetxt
, iterable()
, arctan2
, busdaycalendar
, var
, test()
, vectorize
, r_
, int16
, array_repr
│ │ │ … (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 *