First matrix in dot product operation.
Second matrix in dot product operation.
Optional
transposeA: booleanIf true, a
is transposed before multiplication.
Optional
transposeB: booleanIf true, b
is transposed before multiplication.
Generated using TypeDoc
Computes the dot product of two matrices, A * B. These must be matrices.