packages feed

static-tensor-0.1.0.0: tests/CoreDump/Vector/Dot.hs

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

module CoreDump.Vector.Dot where

import Data.Vector.Static
import TensorInstances ()

dot_ :: Vector 4 Float -> Vector 4 Float -> Float
dot_ = dot