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:
│ │ │ │ -amax
, double
, median
, tanh()
, get_printoptions()
, ubyte
, minimum
, radians
, dot()
, nansum
, greater_equal
, trapz()
, lib
, broadcast_to
, polyval
, positive
, ogrid
, flexible
, linspace()
, real_if_close
, packbits
, hypot
, sctypeDict
, cumulative_prod
, argwhere
│ │ │ │ +number
, bitwise_not
, fromfile
, bytes_
, polysub
, nonzero
, ulonglong
, testing
, int32
, tril_indices()
, argmin
, eye()
, vdot
, atleast_3d
, broadcast_to
, sctypeDict
, nanargmin
, blackman()
, add
, not_equal
, lexsort
, unstack
, positive
, nancumsum
, half
│ │ │ │ … (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 *