packages feed

static-tensor-0.2.0.0: tests/CoreDump/Matrix/Determinant.hs

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

module CoreDump.Matrix.Determinant where

import Data.Matrix.Static
import TensorInstances ()

determinant_ :: Matrix 5 5 Float -> Float
determinant_ = determinant