Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/josdejong/mathjs
/ ctranspose.js
File
ctranspose.js
src/function/matrix/ctranspose.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ factory } from
'../../utils/factory.js'
2
3
const
name =
'ctranspose'
4
const
dependencies = [
'typed'
,
'transpose'
,
'conj'
]
Callers
nothing calls this directly
Calls
2
factory
Function · 0.90
transpose
Function · 0.85
Tested by
no test coverage detected