1#ifndef included_AMP_SimpleAggregator_H_
2#define included_AMP_SimpleAggregator_H_
4#include "AMP/matrices/data/CSRLocalMatrixData.h"
5#include "AMP/matrices/data/CSRMatrixData.h"
6#include "AMP/solvers/amg/Aggregation.h"
7#include "AMP/solvers/amg/Aggregator.h"
16 template<
typename Config>
An concrete class for dealing with dense serial matrices.
int assignLocalAggregates(std::shared_ptr< LinearAlgebra::CSRMatrix< Config > > A, int *agg_ids)
SimpleAggregator(const CoarsenSettings &settings)
int assignLocalAggregates(std::shared_ptr< LinearAlgebra::Matrix > A, int *agg_ids) override