ButterflyMatrix.hpp File Reference

Classes wrapping around Yang Liu's butterfly code. More...

#include "HODLRMatrix.hpp"
Include dependency graph for ButterflyMatrix.hpp:

Go to the source code of this file.

Classes

class  strumpack::HODLR::ButterflyMatrix< scalar_t >
 Butterfly matrix representation, this includes low-rank matrix representation as a special case. More...
 

Namespaces

 strumpack
 
 strumpack::HODLR
 

Functions

template<typename integer_t >
DenseMatrix< int > strumpack::HODLR::get_odiag_neighbors (int knn, const CSRGraph< integer_t > &gAB, const CSRGraph< integer_t > &gA, const CSRGraph< integer_t > &gB)
 

Detailed Description

Classes wrapping around Yang Liu's butterfly code.