packages feed

sparse-linear-algebra-0.2.0.5: src/Numeric/LinearAlgebra/Data.hs

module Numeric.LinearAlgebra.Data where

type Rows = Int
type Cols = Int

type IxRow = Int
type IxCol = Int