The latest version of Vec is 1.0.5-0.
Vec
Version 0.9.1 revision 0 uploaded by ScottDillard.
Package meta
- Synopsis
- Fixed-length lists and low-dimensional linear algebra.
- Description
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. Sox:.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.- Author
- Scott E. Dillard
- Bug reports
- n/a
- Category
- Data,Math
- Copyright
- n/a
- Homepage
- n/a
- Maintainer
- Scott E. Dillard <sedillard@gmail.com>
- Package URL
- n/a
- Stability
- Experimental