Transpose¶
This function allows you to take the tranpose of any vector, matrix, or tensor.
- omtools.std.transpose.transpose(expr: omtools.core.variable.Variable)¶
This function can perform the transpose of an input
- Parameters
- expr: Variable
The input which will be transposed
Examples for all the possible use cases are provided below.