packages feed

static-tensor-0.1.0.0: tests/CoreDump/Matrix/Inverse.hs

{-# LANGUAGE TypeApplications      #-}
{-# LANGUAGE TypeInType            #-}

module CoreDump.Matrix.Inverse where

import Data.Matrix.Static
import TensorInstances ()

-- FIXME: Generates terrible Core.
inverse_ :: Matrix 4 4 Float -> Matrix 4 4 Float
inverse_ = inverse