MCPcopy Create free account
hub / github.com/andeya/algorithm / MMMultTransB

Function MMMultTransB

matops/deprec.go:92–116  ·  view source on GitHub ↗

Calculate C = alpha*A*B.T + beta*C, C is M*N, A is M*P and B is N*P

(C, A, B *matrix.FloatMatrix, alpha, beta float64)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 7

divideWorkFunction · 0.85
scheduleWorkFunction · 0.85
NumElementsMethod · 0.65
ColsMethod · 0.65
LeadingIndexMethod · 0.65
RowsMethod · 0.65
FloatArrayMethod · 0.45

Tested by

no test coverage detected