static-tensor-0.1.0.0: tests/CoreDump/Matrix/MapRowElems.hs
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeInType #-}
module CoreDump.Matrix.MapRowElems where
import Data.Matrix.Static
import TensorInstances ()
mapRowElems_ :: Matrix 4 4 Float -> (Float -> Float) -> Matrix 4 4 Float
mapRowElems_ = mapRowElems @1