@hackage / easytensor

Pure, type-indexed haskell vector, matrix, and tensor library.

Latest2.1.1.1

About

Metadata

  • Last updated , by achirkin
  • License BSD-3-Clause
  • Categories Mathematics
  • Maintained by: achirkin@users.noreply.github.com

  • Lottery factor: 0

Links

Installation

This package uses the Custom cabal build type

Package Flags

Use the -f option with cabal commands to enable flags

    unsafeindices (off by default)

    Disable bound checks when accessing elements of a tensor, matrix, or vector.

Readme

Pure, type-indexed haskell vector, matrix, and tensor library. Features dimensionality type-checking for all operations. Generic n-dimensional versions are implemented using low-level prim ops. Allows ad-hoc replacement with fixed low-dimensionality vectors and matrices without changing user interface. Please see the README on GitHub at https://github.com/achirkin/easytensor#readme