Example¶| optimized-einsum.readthedocs.io
Returns an array with axes transposed.| numpy.org
aarray_likeInput array, from which the diagonals are taken.| numpy.org
An example on integer_like:| numpy.org
For NumPy >= 1.10.0, if a is an ndarray, then a view of a is| numpy.org
Compute the outer product of two vectors.| numpy.org
x1, x2array_likeInput arrays to be multiplied.| numpy.org
Compute the dot product of two or more arrays in a single function call,| numpy.org
Inner product of two arrays.| numpy.org
Evaluates the lowest cost contraction order for an einsum expression by| numpy.org
Extract a diagonal or construct a diagonal array.| numpy.org
Sum of array elements over a given axis.| numpy.org
Matrix product of two arrays.| numpy.org
Dot product of two arrays. Specifically,| numpy.org