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