Hierarchical Matrix class, which extends the EigenBase class. More...
#include <H2Matrix.hpp>
Hierarchical Matrix class, which extends the EigenBase class.
The idea is to provide an easy to use interface to the H2-matrix from the fast boundary element method. At the moment, we inherit the traits of an Eigen::SparseMatrix, since this seems to be the minimum properties for a derived object to ensure that the matrix-vector multiplication can be specialised for H2Matrix. In particular, this allows for the use of the Eigen iterative solvers with a Hierarchical matrix.