TerrorJack / repa-utils

Utilities for working with repa.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

repa-utils

Utilities for working with repa. Including:

  • Data.Array.Repa.Shape.Int: Orphan instance of Int for Shape class. Enables repa 1-D arrays like Vector which are easier to use.
  • Data.Array.Repa.Shape.Linear: Orphan instance of vector types in linear package for Shape class. Use Shapes which support much richer features.
  • Data.Array.Repa.Operators.Filtering: A filterP function which is lacking from standard repa library.
  • Data.Array.Repa.Tree: A multi-way tree as a nested repa array.
  • Data.Array.Repa.Instances: Orphan instances of repa arrays for Prelude classes.

About

Utilities for working with repa.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%