|
Ifpack Package Browser (Single Doxygen Collection)
Development
|
#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>
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 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.
Definition at line 75 of file Ifpack_SupportGraph.h.
Definition at line 76 of file Ifpack_SupportGraph.h.
1.8.5