24 lines
395 B
Markdown

# Function transpose
Create the transpose of a matrix
transpose(x)
### Parameters
Parameter | Type | Description
--------- | ---- | -----------
`x` | Array | Matrix |
### Returns
Type | Description
---- | -----------
Array | Matrix | transpose
<!-- Note: This file is automatically generated from source code comments. Changes made in this file will be overridden. -->