Zoltan2
|
#include <iostream>
#include <fstream>
#include <string>
#include <vector>
#include <algorithm>
#include <cstdlib>
#include <set>
#include <queue>
#include <cassert>
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) |