packages feed

DimensionalHash-0.1.3: DimensionalHash.cabal

name:          DimensionalHash
version:       0.1.3
build-Type:    Simple
cabal-version: >= 1.6
tested-with:   GHC == 7.0.3
license:       BSD3
license-File:  LICENSE
author:        Ghassen Hamrouni
maintainer:    ghamrouni@iptechinside.com
category:      Data, Algorithms
synopsis:      An n-dimensional hash using Morton numbers.
description:   This library compute an n-dimensional hash. 
			   It transforms a list of integers [x .. y] to a single integer z.
               The hash z has the property : if (x1 .. xn) and (y1 .. yn) 
               are close then their Morton numbers are close.
library				
  build-Depends:  base >= 3 && < 5
  exposed-modules:  Data.DimensionalHash