MCPcopy
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

1import { factory } from '../../utils/factory.js'
2
3const name = 'ctranspose'
4const dependencies = ['typed', 'transpose', 'conj']

Callers

nothing calls this directly

Calls 2

factoryFunction · 0.90
transposeFunction · 0.85

Tested by

no test coverage detected