module Numeric.LinearAlgebra.Data where

type Rows = Int
type Cols = Int

type IxRow = Int
type IxCol = Int