Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/josdejong/mathjs
/ transpose
Function
transpose
test/benchmark/matrix_operations_python.py:52–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
return
np.matmul(A, A)
51
52
def
transpose():
53
return
np.transpose(A)
54
55
def
det():
56
return
np.linalg.det(A)
Callers
9
exactSol
Function · 0.85
eigs.test.js
File · 0.85
transpose.test.js
File · 0.85
_sylvester
Function · 0.85
lyap.js
File · 0.85
_createTargetMatrix
Function · 0.85
csCounts.js
File · 0.85
ctranspose.js
File · 0.85
sparse_matrices.js
File · 0.85
Calls
1
transpose
Method · 0.65
Tested by
1
exactSol
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…