MCPcopy
hub / github.com/josdejong/mathjs / add

Function add

test/benchmark/matrix_operations_python.py:46–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44ms = 1000000
45
46def add():
47 return np.add(A, A)
48
49def multiply():
50 return np.matmul(A, A)

Callers 15

exactSolFunction · 0.50
add.test.jsFile · 0.50
addScalar.test.jsFile · 0.50
rotate.test.jsFile · 0.50
eigs.test.jsFile · 0.50
testTypes.tsFile · 0.50
mainNumber.test.jsFile · 0.50
mainAny.test.jsFile · 0.50
median.jsFile · 0.50
_cumsummapFunction · 0.50
_meanFunction · 0.50

Calls 1

addMethod · 0.65

Tested by 1

exactSolFunction · 0.40