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

Method Minus

matrix/dense_math.go:183–195  ·  view source on GitHub ↗

Compute element-wise difference A -= B. Return A. If A and B sizes do not match A is returned unaltered. Not guaranteed to work for overlapping submatrices.

(B *FloatMatrix)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 7

realIndexFunction · 0.85
onErrorFunction · 0.70
SizeMatchMethod · 0.65
SizeMethod · 0.65
NumElementsMethod · 0.65
RowsMethod · 0.65
LeadingIndexMethod · 0.65

Tested by

no test coverage detected