Vec-1.0.1: Fixed-length lists and low-dimensional linear algebra.

The Vec package

Vectors are represented by lists with type-encoded lengths. The constructor is :., which acts like a cons both at the value and type levels, with () taking the place of nil. So x:.y:.z:.() is a 3d vector. The library provides a set of common list-like functions (map, fold, etc) for working with vectors. Built up from these functions are a small but useful set of linear algebra operations: matrix multiplication, determinants, solving linear systems, inverting matrices.

Properties

Versions0.9.0, 0.9.1, 0.9.2, 0.9.3, 0.9.4, 0.9.5, 0.9.6, 0.9.7, 0.9.8, 0.9.9, 1.0, 1.0.1
Dependenciesarray, base (≤5), ghc-prim
LicenseBSD3
AuthorScott E. Dillard
MaintainerScott E. Dillard <sedillard@gmail.com>
StabilityExperimental
CategoryData, Math
Home pagehttp://github.net/sedillard/Vec
Upload dateThu Jul 26 20:15:05 UTC 2012
Uploaded byScottDillard
Built onghc-7.4
DistributionsNixOS: 1.0.1

Modules

Downloads