API ReferenceΒΆ

at

Update operations for read-only arrays.

atleast_nd

Recursively expand the dimension of an array to at least ndim.

cov

Estimate a covariance matrix.

create_diagonal

Construct a diagonal array.

expand_dims

Expand the shape of an array.

isclose

Return a boolean array where two arrays are element-wise equal within a tolerance.

kron

Kronecker product of two arrays.

nunique

Count the number of unique elements in an array.

pad

Pad the input array.

setdiff1d

Find the set difference of two arrays.

sinc

Return the normalized sinc function.