matrix-lens-0.1.0.0: Optics for the "matrix" package
Data.Matrix.Lens.Internal.Warnings
determinant :: Num a => Getter (Matrix a) (Maybe a) Source #
getSize :: Matrix a -> (Int, Int) Source #
size :: Getter (Matrix a) (Int, Int) Source #