static-tensor-0.1.0.0: tests/CoreDump/Matrix/SetRowElems.hs
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeInType #-}
module CoreDump.Matrix.SetRowElems where
import Data.Matrix.Static
import TensorInstances ()
setRowElems_ :: Matrix 4 4 Float -> [Float] -> Maybe (Matrix 4 4 Float)
setRowElems_ = setRowElems @1