Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 1.64 KB

pypi.md

File metadata and controls

35 lines (31 loc) · 1.64 KB

Description

Scientific computing requires handling large composed or structured matrices. Fastmat is a framework for handling large composed or structured matrices. It allows expressing and using them in a mathematically intuitive way while storing and handling them internally in an efficient way. This approach allows huge savings in computational time and memory requirements compared to using dense matrix representations. Follow the development on the github project page. The documentation can be found at readthedocs.

Dependencies

  • Python >= 2.7 or >=3.4
  • Numpy >= 1.7
  • Scipy >= 1.0
  • Cython >= 0.29
  • soft dependencies:
    • matplotlib: for demos and tools that make use of plotting functions

Authors & Contact Information

Citation / Acknowledgements

If you use fastmat, or parts of it, for commercial purposes you are required to acknowledge the use of fastmat visibly to all users of your work and put a reference to the project and the EMS Group at TU Ilmenau.

If you use fastmat for your scientific work you are required to mention the EMS Group at TU Ilmenau and cite the following publication affiliated with the project:

C. Wagner and S. Semper, Fast Linear Transforms in Python, arXiV:1710.09578, 2017

-- https://arxiv.org/abs/1710.09578