Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Namespaces | Functions
Zoltan2_AlgSpectral.hpp File Reference

Spectral ordering of a graph (local or global). More...

#include <Zoltan2_Algorithm.hpp>
#include <Zoltan2_GraphModel.hpp>
#include <Zoltan2_OrderingSolution.hpp>
Include dependency graph for Zoltan2_AlgSpectral.hpp:

Go to the source code of this file.

Namespaces

 Zoltan2
 Created by mbenlioglu on Aug 31, 2020.
 

Functions

template<typename Adapter >
int Zoltan2::AlgSpectral (const RCP< GraphModel< Adapter > > &model, const RCP< LocalOrderingSolution< typename Adapter::lno_t > > &solution, const RCP< Teuchos::ParameterList > &pl, const RCP< const Teuchos::Comm< int > > &comm)
 

Detailed Description

Spectral ordering of a graph (local or global).

Sorts the Fiedler vector of the graph Laplacian.

Definition in file Zoltan2_AlgSpectral.hpp.