HSSMatrixBase.hpp File Reference

This file contains the HSSMatrixBase class definition, an abstract class for HSS matrix representation. More...

#include <cassert>
#include <iostream>
#include <fstream>
#include <string>
#include <vector>
#include <functional>
#include "dense/DenseMatrix.hpp"
#include "misc/Triplet.hpp"
#include "HSSOptions.hpp"
#include "HSSExtra.hpp"
#include "structured/StructuredMatrix.hpp"
#include "dense/DistributedMatrix.hpp"
#include "HSSExtraMPI.hpp"
#include "HSSMatrixMPI.hpp"
Include dependency graph for HSSMatrixBase.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  strumpack::HSS::HSSMatrixBase< scalar_t >
 Abstract base class for Hierarchically Semi-Separable (HSS) matrices. More...
 

Namespaces

namespace  strumpack
 
namespace  strumpack::HSS
 

Detailed Description

This file contains the HSSMatrixBase class definition, an abstract class for HSS matrix representation.