Back to LAPACK/BLAS
la.utilities.transpose
Compute the transpose of a matrix.
Syntax
la.utilities.transpose(A)
Description
Compute the transpose of a matrix.
Parameters
| Name | Description |
|---|---|
| A | - Input matrix (m × n) |
Returns
TransposeResult