transpose
Matrix transpose operation. Computes the transpose of a matrix.
Return
The expression of the transpose operation.
Parameters
value
the tensor to transpose.
Throws
If the tensor is not a matrix.
fun transpose(value: PipelineArithmeticScope.TensorArithmetic): PipelineArithmeticScope.TensorArithmetic
Matrix transpose operation. Computes the transpose of a matrix evaluated from the matrix expression.
Return
The expression of the transpose operation.
Parameters
value
the matrix evaluated from the tensor arithmetic expression to transpose.