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

Function Equal

matrix/bool.go:11–37  ·  view source on GitHub ↗

Test if matrices A and B are equal. Returns false if sizes of the matrices do not match or if any A[i,j] != B[i,j]

(A, B Matrix)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

NotEqualFunction · 0.70

Calls 4

EqualTypesFunction · 0.85
SizeMatchMethod · 0.65
SizeMethod · 0.65
FloatArrayMethod · 0.45

Tested by

no test coverage detected