UNPKG

355 BJavaScriptView Raw
1export var ctransposeDocs = {
2 name: 'ctranspose',
3 category: 'Matrix',
4 syntax: ['x\'', 'ctranspose(x)'],
5 description: 'Complex Conjugate and Transpose a matrix',
6 examples: ['a = [1, 2, 3; 4, 5, 6]', 'a\'', 'ctranspose(a)'],
7 seealso: ['concat', 'det', 'diag', 'identity', 'inv', 'ones', 'range', 'size', 'squeeze', 'subset', 'trace', 'zeros']
8};
\No newline at end of file