Perform one of the matrix-vector operations `y = alpha*A*x + beta*y` or `y = alpha*A^T*x + beta*y`.
-
Updated
Jul 19, 2026 - JavaScript
Perform one of the matrix-vector operations `y = alpha*A*x + beta*y` or `y = alpha*A^T*x + beta*y`.
Perform the matrix-matrix operation `C = alpha*op(A)*op(B) + beta*C`.
Add a description, image, and links to the typedndarray topic page so that developers can more easily learn about it.
To associate your repository with the typedndarray topic, visit your repo's landing page and select "manage topics."