Classes wrapping around Yang Liu's butterfly code. More...
#include "HODLRMatrix.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 | |
namespace | strumpack |
namespace | 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) |
Classes wrapping around Yang Liu's butterfly code.