rocm_jax/docs/jax.numpy.rst

227 lines
2.6 KiB
ReStructuredText
Raw Normal View History

jax.numpy package
=================
.. currentmodule:: jax.numpy
.. automodule:: jax.numpy
.. autosummary::
:toctree: _autosummary
abs
absolute
add
all
allclose
alltrue
amax
amin
angle
any
append
arange
arccos
arccosh
arcsin
arcsinh
arctan
arctan2
arctanh
argmax
argmin
argsort
around
array
2019-02-04 10:45:50 -05:00
array_repr
array_str
asarray
atleast_1d
atleast_2d
atleast_3d
bartlett
bitwise_and
bitwise_not
bitwise_or
bitwise_xor
blackman
broadcast_arrays
broadcast_to
ceil
clip
column_stack
concatenate
conj
conjugate
cos
cosh
count_nonzero
2019-03-25 17:42:08 -05:00
cross
cumsum
cumprod
cumproduct
2019-02-04 10:45:50 -05:00
deg2rad
degrees
diag
diag_indices
diagonal
divide
divmod
dot
2019-02-04 10:45:50 -05:00
dsplit
dstack
einsum
equal
empty
empty_like
exp
exp2
expand_dims
expm1
eye
fabs
flip
fliplr
flipud
float_power
floor
floor_divide
fmod
full
full_like
gcd
geomspace
greater
greater_equal
hamming
hanning
2019-02-06 09:05:53 -05:00
heaviside
2019-02-04 10:45:50 -05:00
hsplit
hstack
2019-02-04 10:45:50 -05:00
hypot
identity
imag
inner
isclose
iscomplex
isfinite
isinf
isnan
isneginf
isposinf
isreal
2019-02-04 10:45:50 -05:00
issubdtype
issubsctype
kaiser
kron
lcm
left_shift
less
less_equal
linspace
log
log10
log1p
log2
logaddexp
logaddexp2
logical_and
logical_not
logical_or
logical_xor
logspace
matmul
max
maximum
mean
meshgrid
min
minimum
mod
moveaxis
multiply
nan_to_num
nancumprod
nancumsum
nanmax
nanmin
nanprod
nansum
negative
not_equal
ones
ones_like
outer
pad
polyval
power
positive
prod
2019-02-04 10:45:50 -05:00
product
ptp
2019-02-04 10:45:50 -05:00
rad2deg
radians
ravel
real
2019-02-04 10:45:50 -05:00
reciprocal
remainder
repeat
reshape
right_shift
2019-02-19 07:29:30 -05:00
roll
rot90
round
row_stack
sign
sin
sinc
sinh
sometrue
sort
split
sqrt
square
squeeze
stack
std
subtract
sum
swapaxes
take
take_along_axis
tan
tanh
tensordot
trace
transpose
tri
tril
triu
true_divide
vander
var
vdot
2019-02-04 10:45:50 -05:00
vsplit
vstack
where
zeros
zeros_like
jax.numpy.linalg
----------------
.. automodule:: jax.numpy.linalg
.. autosummary::
:toctree: _autosummary
cholesky
det
eigh
inv
2019-02-07 11:02:56 -05:00
norm
qr
slogdet
solve
svd