static-tensor-0.1.0.0: tests/CoreDump/Matrix/GetColElems.hs
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeInType #-}
module CoreDump.Matrix.GetColElems where
import Data.Matrix.Static
import TensorInstances ()
getColElems_ :: Matrix 4 4 Float -> [Float]
getColElems_ = getColElems @3