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:
│ │ │ │ -correlate
, ix_
, argmin
, logical_and
, logaddexp
, random
, permute_dims
, extract
, degrees
, cumulative_sum
, concatenate
, unstack
, show_config()
, float32
, nanpercentile
, bytes_
, inexact
, int8
, zeros_like()
, int16
, format_float_scientific()
, info()
, ma
, busdaycalendar
, cumulative_prod
│ │ │ │ +uint32
, concat
, triu_indices()
, nditer
, format_float_positional()
, e
, true_divide
, reshape
, apply_over_axes
, single
, polyval
, polysub
, intp
, select
, dsplit
, place
, sin()
, arccos()
, isdtype()
, shape
, nanquantile
, resize
, cumulative_prod
, mgrid
, __version__
│ │ │ │ … (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 *