MCPcopy
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
52def transpose():
53 return np.transpose(A)
54
55def det():
56 return np.linalg.det(A)

Callers 9

exactSolFunction · 0.85
eigs.test.jsFile · 0.85
transpose.test.jsFile · 0.85
_sylvesterFunction · 0.85
lyap.jsFile · 0.85
_createTargetMatrixFunction · 0.85
csCounts.jsFile · 0.85
ctranspose.jsFile · 0.85
sparse_matrices.jsFile · 0.85

Calls 1

transposeMethod · 0.65

Tested by 1

exactSolFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…