Zoltan2
Classes | Namespaces | Functions
Zoltan2_MatcherHelper.hpp File Reference
#include <iostream>
#include <fstream>
#include <string>
#include <vector>
#include <algorithm>
#include <cstdlib>
#include <set>
#include <queue>
#include <cassert>
Include dependency graph for Zoltan2_MatcherHelper.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Zoltan2::Matcher
 An implementation of the Matcher interface that operates on Epetra matrices and Graphs. More...
 

Namespaces

 Zoltan2
 

Functions

void Zoltan2::getVCfromMatching (const std::vector< int > &bigraphCRSRowPtr, std::vector< int > &bigraphCRSCols, const std::vector< int > &vertUMatches, const std::vector< int > &vertVMatches, const std::vector< int > &bigraphVMapU, const std::vector< int > &bigraphVMapV, std::vector< int > &VC)