Ifpack Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Typedefs
Ifpack_SupportGraph.h File Reference
#include "Ifpack_ConfigDefs.h"
#include "Ifpack_Condest.h"
#include "Ifpack_Preconditioner.h"
#include "Ifpack_Amesos.h"
#include "Epetra_Map.h"
#include "Epetra_Comm.h"
#include "Epetra_Time.h"
#include "Epetra_Vector.h"
#include "Epetra_MultiVector.h"
#include "Epetra_LinearProblem.h"
#include "Epetra_RowMatrix.h"
#include "Epetra_CrsMatrix.h"
#include "Teuchos_ParameterList.hpp"
#include "Teuchos_RefCountPtr.hpp"
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/kruskal_min_spanning_tree.hpp>
#include <boost/graph/prim_minimum_spanning_tree.hpp>
#include <boost/config.hpp>
Include dependency graph for Ifpack_SupportGraph.h:

Go to the source code of this file.

Classes

class  Ifpack_SupportGraph< T >
 

Typedefs

typedef std::pair< int, int > E
 
typedef adjacency_list< vecS,
vecS, undirectedS, no_property,
property< edge_weight_t,
double > > 
Graph
 
typedef graph_traits< Graph >
::edge_descriptor 
Edge
 
typedef graph_traits< Graph >
::vertex_descriptor 
Vertex
 

Typedef Documentation

typedef std::pair<int, int> E

Definition at line 70 of file Ifpack_SupportGraph.h.

typedef adjacency_list< vecS, vecS, undirectedS, no_property, property < edge_weight_t, double > > Graph

Definition at line 74 of file Ifpack_SupportGraph.h.

typedef graph_traits< Graph >::edge_descriptor Edge

Definition at line 75 of file Ifpack_SupportGraph.h.

typedef graph_traits< Graph >::vertex_descriptor Vertex

Definition at line 76 of file Ifpack_SupportGraph.h.