Zoltan2
Loading...
Searching...
No Matches
Macros | Typedefs | Functions
orderingAMD.cpp File Reference
#include <Zoltan2_OrderingProblem.hpp>
#include <Zoltan2_XpetraCrsMatrixAdapter.hpp>
#include <Zoltan2_TestHelpers.hpp>
#include <iostream>
#include <limits>
#include <vector>
#include <Teuchos_ParameterList.hpp>
#include <Teuchos_RCP.hpp>
#include <Teuchos_CommandLineProcessor.hpp>
#include <Tpetra_CrsMatrix.hpp>
#include <Tpetra_Vector.hpp>
#include <MatrixMarket_Tpetra.hpp>
Include dependency graph for orderingAMD.cpp:

Go to the source code of this file.

Macros

#define epsilon   0.00000001
 

Typedefs

typedef zlno_t z2TestLO
 
typedef zgno_t z2TestGO
 
typedef zscalar_t z2TestScalar
 
typedef Tpetra::CrsMatrix< z2TestScalar, z2TestLO, z2TestGOSparseMatrix
 
typedef Tpetra::Vector< z2TestScalar, z2TestLO, z2TestGOVector
 
typedef Vector::node_type Node
 
typedef Zoltan2::XpetraCrsMatrixAdapter< SparseMatrixSparseMatrixAdapter
 

Functions

int validatePerm (size_t n, z2TestLO *perm)
 
int main (int narg, char **arg)
 

Macro Definition Documentation

◆ epsilon

#define epsilon   0.00000001

Definition at line 86 of file orderingAMD.cpp.

Typedef Documentation

◆ z2TestLO

typedef zlno_t z2TestLO

Definition at line 76 of file orderingAMD.cpp.

◆ z2TestGO

typedef zgno_t z2TestGO

Definition at line 77 of file orderingAMD.cpp.

◆ z2TestScalar

Definition at line 78 of file orderingAMD.cpp.

◆ SparseMatrix

typedef Tpetra::CrsMatrix<z2TestScalar, z2TestLO, z2TestGO> SparseMatrix

Definition at line 80 of file orderingAMD.cpp.

◆ Vector

typedef Tpetra::Vector<z2TestScalar, z2TestLO, z2TestGO> Vector

Definition at line 81 of file orderingAMD.cpp.

◆ Node

typedef Vector::node_type Node

Definition at line 82 of file orderingAMD.cpp.

◆ SparseMatrixAdapter

Definition at line 84 of file orderingAMD.cpp.

Function Documentation

◆ validatePerm()

int validatePerm ( size_t  n,
z2TestLO perm 
)

Definition at line 88 of file orderingAMD.cpp.

◆ main()

int main ( int  narg,
char **  arg 
)

Definition at line 116 of file orderingAMD.cpp.