Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 453 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 453 Bytes

mat.js

Javascript Matrix Library

Yet another javascript matrix library.

Usage

Download the library source code and include the javascript file in your html.

<script src="js/mat.js"></script>

Then you are ready to go.

Documentation

You can find the documentation and examples here: http://dhuertas.github.io/mat.js. Happy coding!