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:
│ │ │ │ -arange()
, byte
, float_power
, expm1()
, info()
, e
, histogramdd
, ma
, count_nonzero
, ogrid
, array
, hamming()
, modf
, fliplr
, savetxt
, reciprocal
, kaiser()
, sign
, union1d
, unique
, short
, iinfo
, emath
, acos
, busdaycalendar
│ │ │ │ +compress
, uint8
, round
, savez
, pad
, isposinf
, bitwise_xor
, info()
, packbits
, fromregex()
, arctanh()
, isfortran()
, bmat()
, genfromtxt()
, little_endian
, asmatrix()
, bincount
, issubdtype()
, isreal
, abs
, argmax
, hypot
, fmax
, array_split
, poly1d
│ │ │ │ … (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 *