static-tensor-0.1.0.0: tests/CoreDump/Matrix/Transpose.hs
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeInType #-}
module CoreDump.Matrix.Transpose where
import Data.Matrix.Static
import TensorInstances ()
-- FIXME: Generates terrible Core.
transpose_ :: Matrix 4 3 Float -> Matrix 3 4 Float
transpose_ = transpose