Linear Algebra Functions¶
Array API specification for linear algebra functions.
A conforming implementation of the array API standard must provide and support the following functions.
Objects in API¶
|
Computes the matrix product. |
|
Transposes a matrix (or a stack of matrices) |
|
Returns a tensor contraction of |
|
Computes the (vector) dot product of two arrays. |