hdiff
packages
feed
sparse-linear-algebra
-0.2.0.7: src/Data/Sparse/Types.hs
module Data.Sparse.Types where type Rows = Int type Cols = Int type IxRow = Int type IxCol = Int