forked from mikera/core.matrix
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
mikera edited this page Apr 2, 2013
·
6 revisions
Welcome to the core.matrix wiki!
core.matrix
is an API and library for multi-dimensional matrix and vector maths in Clojure.
Key objectives:
- Provide a clear, standard API / abstraction for matrix and vector maths in Clojure
- Enable pluggable support for different underlying matrix library implementations
- Provide a general purpose n-dimensional array implementation (NumPy style)
- Provide a foundation layer for other projects (e.g. Incanter)
- Maintain excellent performance wherever possible
- NDArray Implementation - design notes for Clojure NDArray implementation
- Implementation Guide - for people building a core.matrix implementation
- Contributing