jbrown1618 / vector

A linear algebra library for TypeScript and JavaScript
MIT License
13 stars 1 forks source link

Implement column-major matrix #90

Closed jbrown1618 closed 4 years ago

jbrown1618 commented 4 years ago

Also, use Float64Array to make the performance better. Maybe this should replace NumberMatrix as the default? If so, should ArrayMatrix only be for non-number types? Things to think about.