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

Function Mul

matrix/cmath/math.go:87–93  ·  view source on GitHub ↗

Compute element-wise product C[i,j] = A[i,j] * B[i,j]. Returns new matrix.

(A, B *matrix.ComplexMatrix)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

TestFMathFunction · 0.70

Calls 4

SizeMatchMethod · 0.65
SizeMethod · 0.65
CopyMethod · 0.65
MulMethod · 0.45

Tested by 1

TestFMathFunction · 0.56