File: __init__.py

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 (4 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (2)
1
2
3
4
from .common import concatenate, stack
from .compressed import CSC, CSR, GCXS

__all__ = ["GCXS", "CSR", "CSC", "concatenate", "stack"]