Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
44
ms = 1000000
45
46
def
add():
47
return
np.add(A, A)
48
49
def
multiply():
50
return
np.matmul(A, A)
Callers
15
exactSol
Function · 0.50
add.test.js
File · 0.50
addScalar.test.js
File · 0.50
rotate.test.js
File · 0.50
eigs.test.js
File · 0.50
testTypes.ts
File · 0.50
dependencies.test.js
File · 0.50
mainNumber.test.js
File · 0.50
mainAny.test.js
File · 0.50
median.js
File · 0.50
_cumsummap
Function · 0.50
_mean
Function · 0.50
Calls
1
add
Method · 0.65
Tested by
1
exactSol
Function · 0.40