Scenic.Math.Matrix.transpose

You're seeing just the function transpose, go back to Scenic.Math.Matrix module for more information.

Specs

transpose(matrix :: Scenic.Math.matrix()) :: Scenic.Math.matrix()

Transpose a matrix

This operation is implemented as a NIF for performance.

Parameters:

  • matrix: A matrix

Returns: The resulting matrix