@hackage / simple-affine-space

A simple library for affine and vector spaces.

Latest0.2.1

About

Metadata

  • Last updated , by IvanPerez
  • License BSD-3-Clause
  • Categories FRP
  • Maintained by: Ivan Perez (ivan.perez@keera.co.uk)

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    test-hlint (on by default)

    Enable hlint test suite

    test-doc-coverage (on by default)

    Enable haddock coverage test suite

Readme

Affine spaces and vector spaces with a few basic instances.

This library implements affine spaces and vector spaces. Two instances are provided for affine spaces (points) and two more for vector spaces (vectors). These definitions are strict, implement deepseq, and are designed to have minimal memory overhead.