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:
│ │ │ │ -cos()
, asarray
, mask_indices()
, concat
, asin
, fromfile
, ix_
, triu_indices_from
, rot90
, printoptions()
, uintc
, power
, bool
, real_if_close
, delete
, setxor1d
, roll
, tril
, resize
, asanyarray
, log10()
, column_stack
, nan_to_num
, core
, asarray_chkfinite()
│ │ │ │ +put
, apply_over_axes
, bincount
, info()
, iinfo
, equal
, errstate
, False_
, genfromtxt()
, bool_
, acos
, ravel_multi_index
, matrix_transpose
, logical_or
, geterrcall()
, matrix
, reshape
, show_config()
, isinf
, nan
, e
, mintypecode()
, polyint
, diff
, trapezoid
│ │ │ │ … (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 *