Skip to content

maks83/fixed-vector

 
 

Repository files navigation

Fixed-vector Build Status

Generic library for vectors with statically known size. Same functions could be used to work with both ADT based vector like

data Vec3 a = Vec3 a a a

Tuples are vectors too:

>>> sum (1,2,3)
6

Vectors which are represented internally by arrays are provided by library. Both boxed and unboxed arrays are supported.

Get involved!

Please report bugs via github issue tracker

You can create and contribute patches using either mercurial or git:

git mirror

  • git clone git://https://github.com/Shimuuar/fixed-vector.git

mercurial mirror

  • hg clone https://bitbucket.org/Shimuuar/fixed-vector

Authors

Library is written and maintained by Aleksey Khudyakov [email protected]

About

Fixed length vector for haskell

Resources

Stars

Watchers

Forks

Packages

No packages published