Metadata-Version: 1.1
Name: HierMat
Version: 0.3.1
Summary: Framework for Hierarchical Matrices
Home-page: http://hierarchicalmatrices.readthedocs.io/en/latest/index.html
Author: Markus Neumann
Author-email: markus.neumann@math.uzh.ch
License: GNU GPL v3
Download-URL: https://github.com/maekke97/HierarchicalMatrices
Description: Welcome to Hierarchical Matrices!
        =================================
        
        This package is the result of my master thesis at the [Institute of Mathematics, University of Zurich](http://www.math.uzh.ch/index.php?&L=1)
        
        It provides an interface in python to the concept of hierarchical matrices as described by [W. Hackbusch](https://books.google.ch/books?id=LlNECwAAQBAJ)
        
        The main goal is to provide an easy to use yet performing alternative to existing implementations in C
        
        * Hosted on GitHub: [GitHub](https://github.com/maekke97/HierarchicalMatrices)
        * Documentation: [ReadTheDocs](http://hierarchicalmatrices.readthedocs.io/en/latest)
        * Continuous Integration: [Travis CI](https://travis-ci.org/maekke97/HierarchicalMatrices)
        * Code Coverage: [Coveralls](https://coveralls.io/github/maekke97/HierarchicalMatrices)
        * Code Quality: [SonarQube](https://sonarqube.com/dashboard/index?id=hierarchicalmatrices)
        
        [![Docs Status](https://readthedocs.org/projects/hierarchicalmatrices/badge/)](https://readthedocs.org/projects/hierarchicalmatrices/badge/)
        [![Build Status](https://travis-ci.org/maekke97/HierarchicalMatrices.svg?branch=master)](https://travis-ci.org/maekke97/HierarchicalMatrices.svg?branch=master)
        [![Coverage Status](https://coveralls.io/repos/github/maekke97/HierarchicalMatrices/badge.svg?branch=master)](https://coveralls.io/github/maekke97/HierarchicalMatrices?branch=master)
        [![Quality Gate](https://sonarqube.com/api/badges/gate?key=hierarchicalmatrices)](https://sonarqube.com/dashboard/index?id=hierarchicalmatrices)
Platform: UNKNOWN
Requires: numpy
Requires: matplotlib
