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:
│ │ │ │ -linalg
, signbit
, asarray_chkfinite()
, percentile
, union1d
, ndenumerate
, acos
, little_endian
, array
, nested_iters
, newaxis
, ones()
, issubdtype()
, logical_not
, fromfile
, gradient
, int_
, tril
, vander
, where()
, logical_xor
, isrealobj
, trace()
, isnan
, vecdot
│ │ │ │ +floor_divide
, hsplit
, pi
, any
, piecewise
, dot()
, bitwise_and
, acosh
, cross
, random
, eye()
, all
, ldexp
, bitwise_xor
, polyadd
, tri()
, setxor1d
, floating
, True_
, full_like
, sign
, sinh()
, real_if_close
, array_str
, rint
│ │ │ │ … (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 *