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

Function Times

matrix/math.go:114–127  ·  view source on GitHub ↗

Compute matrix product C = A * B where A is m*p and B is p*n. Returns a new m*n matrix.

(A, B *FloatMatrix)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

TestBigVectorFunction · 0.70
TestTimesBigFunction · 0.70
TestTimesBig2Function · 0.70
TestTimesBig3Function · 0.70
TimesMethod · 0.70

Calls 5

FloatZerosFunction · 0.85
ColsMethod · 0.65
RowsMethod · 0.65
LeadingIndexMethod · 0.65
FloatArrayMethod · 0.45

Tested by 4

TestBigVectorFunction · 0.56
TestTimesBigFunction · 0.56
TestTimesBig2Function · 0.56
TestTimesBig3Function · 0.56