Perform the matrix-matrix operation `C = α*op(A)*op(B) + β*C` where `op(X)` is either `op(X) = X` or `op(X) = X^T`.
nodejs javascript node algebra math matrix array stdlib multiplication mathematics subroutines matrix-multiplication linear blas ndarray node-js gemm level-3 matmul ggemm
-
Updated
Feb 8, 2026 - JavaScript