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

[ bsd3, data, library, math ] [ Propose Tags ]

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.

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.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, 1.0.5
Dependencies array, base (<=5), ghc-prim, QuickCheck (>=2 && <3) [details]
License BSD-3-Clause
Author Scott E. Dillard
Maintainer Scott E. Dillard <sedillard@gmail.com>
Category Data, Math
Home page http://graphics.cs.ucdavis.edu/~sdillard/Vec
Uploaded by ScottDillard at 2010-06-17T15:38:19Z
Distributions NixOS:1.0.5
Reverse Dependencies 15 direct, 46 indirect [details]
Downloads 13106 total (29 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]