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
│ │ │ +ndenumerate
, busday_offset
, polyint
, resize
, nditer
, concatenate
, ravel_multi_index
, format_float_scientific()
, iscomplex
, identity()
, i0
, setdiff1d
, exceptions
, arctan2
, cov
, bitwise_not
, tanh()
, hypot
, rint
, arange()
, digitize
, isdtype()
, require()
, nanvar
, ndindex
│ │ │ … (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 *