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:
│ │ │ │ -ogrid
, append
, nanmean
, real_if_close
, from_dlpack
, all
, moveaxis
, argmax
, clip
, ptp()
, is_busday
, show_runtime()
, diagflat
, broadcast_shapes()
, mod
, core
, put_along_axis
, nansum
, trapezoid
, matvec
, setxor1d
, ushort
, bitwise_left_shift
, histogramdd
, isfortran()
│ │ │ │ +exceptions
, allclose
, setdiff1d
, polyfit
, uintp
, gradient
, poly
, flip
, nested_iters
, argmax
, var
, shares_memory
, uint8
, arcsinh()
, record
, polysub
, max
, isneginf
, equal
, base_repr()
, flexible
, dstack
, logical_not
, atleast_3d
, sinh()
│ │ │ │ … (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 *