CySparse: A sparse matrix library for Python/Cython.

CySparse: A sparse matrix library for Python/Cython.

  • CySparse‘s Developers Manual
    • Indices and Tables
CySparse: A sparse matrix library for Python/Cython.
  • Docs »
  • CySparse‘s Developers Manual
  • Edit on GitHub

CySparse‘s Developers Manual¶

Release:dev
Date:Apr 10, 2017

Warning

This is the manual for developers.

  • Introduction
  • Sparse Matrix Formats
    • Sorted column and row indices
    • The LL sparse format in details
    • The CSR sparse format in details
    • The CSC sparse format in details
  • CySparse‘s sparse matrix classes hierachy
    • The hierarchy at a glance
    • The SparseMatrix class
    • The MutableSparseMatrix class
    • The ImmutableSparseMatrix class
  • Code generation
    • generate_code in more details
  • CySparse for library maintainers
    • Versions
    • Meta-programming aka code generation
    • Conventions
    • Class hierarchy
  • Tests
    • unittest generator
  • Benchmarks
  • Afterthougths

Indices and Tables¶

  • Index
  • Module Index
  • Search Page
Next

© Copyright 2017, Dominique Orban, Sylvain Arreckx and Nikolaj van Omme.

Built with Sphinx using a theme provided by Read the Docs.