Linear algebra functions¶
|
Computes the matrix product. |
Transposes the innermost two dimensions of x, where x is a 2-dimensional matrix or a stack of 2-dimensional matrices. |
|
|
Returns a tensor contraction of x1 and x2 over specific axes. |
|
Computes the (vector) dot product of two arrays. |