Skip to content

Latest commit

 

History

History

sparse

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

sparse

npm version npm downloads Twitter Follow

This project is part of the @thi.ng/umbrella monorepo.

About

Sparse vector & matrix implementations.

Status

ALPHA - bleeding edge / work-in-progress

Installation

yarn add @thi.ng/sparse
// ES module
<script type="module" src="https://unpkg.com/@thi.ng/sparse?module" crossorigin></script>

// UMD
<script src="https://unpkg.com/@thi.ng/sparse/lib/index.umd.js" crossorigin></script>

Package sizes (gzipped, pre-treeshake): ESM: 3.53 KB / CJS: 3.61 KB / UMD: 3.67 KB

Dependencies

API

Generated API docs

TODO

Authors

Karsten Schmidt

License

© 2018 - 2020 Karsten Schmidt // Apache Software License 2.0