1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
---
hide:
- navigation
- toc
---
# Sparse
This project implements sparse arrays of arbitrary dimension on top of
[`numpy`][] and
[`scipy.sparse`][]. It generalizes the
[`scipy.sparse.coo_matrix`][] and
[`scipy.sparse.dok_matrix`][] layouts, but
extends beyond just rows and columns to an arbitrary number of
dimensions.
<br>
<br>
{width=20%, align=left}
<div class="grid" markdown>
{width=10%, align=left}
<a href="introduction/" style: class="card">Introduction </a>
{ .card }
{width=10%, align=left}
<a href="install/" style: class="card">Install</a>
{ .card }
{width=10%, align=left}
<a href="examples/" class="card">Tutorials</a>
{ .card }
{width=10%, align=left}
<a href="how-to-guides/" class="card">How-to guides</a>
{ .card }
{width=10%, align=left}
<a href="api/" style: class="card">API</a>
{ .card }
{width=10%, align=left}
<a href="contributing" style: class="card">Contributing </a>
{ .card }
</div>
|