Zoltan2
Classes | Namespaces | Typedefs
Zoltan2_Typedefs.hpp File Reference

keep typedefs that commonly appear in many places localized More...

#include "Zoltan2_TestHelpers.hpp"
#include <Tpetra_MultiVector.hpp>
#include <Tpetra_Vector.hpp>
#include <Tpetra_CrsMatrix.hpp>
#include <Zoltan2_Metric.hpp>
Include dependency graph for Zoltan2_Typedefs.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GeometricGen::GeometricGenerator< scalar_t, lno_t, gno_t, node_t >
 
class  Zoltan2::BasicUserTypes< scalar, lno, gno >
 A simple class that can be the User template argument for an InputAdapter. More...
 
class  Zoltan2::BaseAdapter< User >
 BaseAdapter defines methods required by all Adapters. More...
 
class  Zoltan2::BasicIdentifierAdapter< User >
 This class represents a collection of global Identifiers and their associated weights, if any. More...
 
class  Zoltan2::XpetraMultiVectorAdapter< User >
 An adapter for Xpetra::MultiVector. More...
 
class  Zoltan2::XpetraCrsGraphAdapter< User, UserCoord >
 Provides access for Zoltan2 to Xpetra::CrsGraph data. More...
 
class  Zoltan2::XpetraCrsMatrixAdapter< User, UserCoord >
 Provides access for Zoltan2 to Xpetra::CrsMatrix data. More...
 
class  Zoltan2::BasicVectorAdapter< User >
 BasicVectorAdapter represents a vector (plus optional weights) supplied by the user as pointers to strided arrays. More...
 
class  Zoltan2::Problem< Adapter >
 Problem base class from which other classes (PartitioningProblem, ColoringProblem, OrderingProblem, MatchingProblem, etc.) derive. More...
 
class  Zoltan2::PartitioningProblem< Adapter >
 PartitioningProblem sets up partitioning problems for the user. More...
 
class  Zoltan2::OrderingProblem< Adapter >
 OrderingProblem sets up ordering problems for the user. More...
 
class  Zoltan2::ColoringProblem< Adapter >
 ColoringProblem sets up coloring problems for the user. More...
 

Namespaces

 GeometricGen
 
 Zoltan2
 
 Zoltan2_TestingFramework
 

Typedefs

typedef Tpetra::CrsMatrix< zscalar_t, zlno_t, zgno_t, znode_tZoltan2_TestingFramework::tcrsMatrix_t
 
typedef Tpetra::CrsGraph< zlno_t, zgno_t, znode_tZoltan2_TestingFramework::tcrsGraph_t
 
typedef Tpetra::Vector< zscalar_t, zlno_t, zgno_t, znode_tZoltan2_TestingFramework::tVector_t
 
typedef Tpetra::MultiVector< zscalar_t, zlno_t, zgno_t, znode_tZoltan2_TestingFramework::tMVector_t
 
typedef Xpetra::CrsMatrix< zscalar_t, zlno_t, zgno_t, znode_tZoltan2_TestingFramework::xcrsMatrix_t
 
typedef Xpetra::CrsGraph< zlno_t, zgno_t, znode_tZoltan2_TestingFramework::xcrsGraph_t
 
typedef Xpetra::Vector< zscalar_t, zlno_t, zgno_t, znode_tZoltan2_TestingFramework::xVector_t
 
typedef Xpetra::MultiVector< zscalar_t, zlno_t, zgno_t, znode_tZoltan2_TestingFramework::xMVector_t
 
typedef GeometricGen::GeometricGenerator< zscalar_t, zlno_t, zgno_t, znode_tZoltan2_TestingFramework::geometricgen_t
 
typedef Zoltan2::BasicUserTypes< zscalar_t, zlno_t, zgno_tZoltan2_TestingFramework::userTypes_t
 
typedef Zoltan2::BaseAdapter< userTypes_tZoltan2_TestingFramework::base_adapter_t
 
typedef Zoltan2::BasicIdentifierAdapter< userTypes_tZoltan2_TestingFramework::basic_id_t
 
typedef Zoltan2::XpetraMultiVectorAdapter< tMVector_tZoltan2_TestingFramework::xpetra_mv_adapter
 
typedef Zoltan2::XpetraCrsGraphAdapter< tcrsGraph_t, tMVector_tZoltan2_TestingFramework::xcrsGraph_adapter
 
typedef Zoltan2::XpetraCrsMatrixAdapter< tcrsMatrix_t, tMVector_tZoltan2_TestingFramework::xcrsMatrix_adapter
 
typedef Zoltan2::BasicVectorAdapter< tMVector_tZoltan2_TestingFramework::basic_vector_adapter
 
typedef Zoltan2::BasicVectorAdapter< tMVector_tZoltan2_TestingFramework::pamgen_adapter_t
 
typedef Zoltan2::Problem< basic_id_tZoltan2_TestingFramework::base_problem_t
 
typedef Zoltan2::PartitioningProblem< basic_id_tZoltan2_TestingFramework::partitioning_problem_t
 
typedef Zoltan2::OrderingProblem< basic_id_tZoltan2_TestingFramework::ordering_problem_t
 
typedef Zoltan2::ColoringProblem< basic_id_tZoltan2_TestingFramework::coloring_problem_t
 
typedef Zoltan2::BaseClassMetrics< zscalar_tZoltan2_TestingFramework::base_metric_t
 

Detailed Description

keep typedefs that commonly appear in many places localized

Definition in file Zoltan2_Typedefs.hpp.