mikera / vectorz-clj

Fast matrix and vector maths library for Clojure - as a core.matrix implementation
203 stars 19 forks source link

Rationalize old API namespaces #43

Open mikera opened 9 years ago

mikera commented 9 years ago

The old vectorz-clj APIs do not match the preferred core.matrix API.

We should convert these to match core.matrix conventions.

Ideally these namespaces should contain exact equivalents of core.matrix functions, but avoid the protocol dispatch overhead (and use type hints where appropriate)