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)