File: index.md

package info (click to toggle)
python-sparse 0.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,816 kB
  • sloc: python: 11,223; sh: 54; javascript: 10; makefile: 8
file content (44 lines) | stat: -rw-r--r-- 1,306 bytes parent folder | download
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>
![Sparse](./assets/images/logo.png){width=20%, align=left}
<div class="grid" markdown>

  ![Sparse](./assets/images/conference-room-icon.png){width=10%, align=left}
  <a href="introduction/" style: class="card">Introduction </a>
  { .card }

  ![Sparse](./assets/images/install-software-download-icon.png){width=10%, align=left}
  <a href="install/" style: class="card">Install</a>
  { .card }

  ![Sparse](./assets/images/open-book-icon.png){width=10%, align=left}
  <a href="examples/" class="card">Tutorials</a>
  { .card }

  ![Sparse](./assets/images/check-list-icon.png){width=10%, align=left}
  <a href="how-to-guides/" class="card">How-to guides</a>
  { .card }

  ![Sparse](./assets/images/repair-fix-repairing-icon.png){width=10%, align=left}
  <a href="api/" style: class="card">API</a>
  { .card }

 ![Sparse](./assets/images/group-discussion-icon.png){width=10%, align=left}
  <a href="contributing" style: class="card">Contributing </a>
  { .card }

</div>