Skip to content

Matrix.gemm

JoeStrout edited this page Sep 11, 2026 · 1 revision

General matrix multiply-add: alpha * A * B + beta * addend, with optional transposes

Parameters

Parameter Default Value Note
B
addend
out
transA 0
transB 0
alpha 1
beta 1

Return value

Condition Return Value
(always) map

Notes

Clone this wiki locally