Zoltan2
|
Test of Zoltan2::TpetraRowMatrixAdapter class. More...
#include <string>
#include <Zoltan2_TpetraRowMatrixAdapter.hpp>
#include <Zoltan2_InputTraits.hpp>
#include <Zoltan2_TestHelpers.hpp>
#include <Teuchos_DefaultComm.hpp>
#include <Teuchos_RCP.hpp>
#include <Teuchos_Comm.hpp>
#include <Teuchos_CommHelpers.hpp>
Go to the source code of this file.
Typedefs | |
typedef Tpetra::CrsMatrix < zscalar_t, zlno_t, zgno_t, znode_t > | ztcrsmatrix_t |
typedef Tpetra::RowMatrix < zscalar_t, zlno_t, zgno_t, znode_t > | ztrowmatrix_t |
Functions | |
template<typename offset_t > | |
void | printMatrix (RCP< const Comm< int > > &comm, zlno_t nrows, const zgno_t *rowIds, const offset_t *offsets, const zgno_t *colIds) |
template<typename User > | |
int | verifyInputAdapter (Zoltan2::TpetraRowMatrixAdapter< User > &ia, ztrowmatrix_t &M) |
int | main (int narg, char *arg[]) |
Test of Zoltan2::TpetraRowMatrixAdapter class.
Definition in file TpetraRowMatrixInput.cpp.
typedef Tpetra::CrsMatrix<zscalar_t, zlno_t, zgno_t, znode_t> ztcrsmatrix_t |
Definition at line 70 of file TpetraRowMatrixInput.cpp.
typedef Tpetra::RowMatrix<zscalar_t, zlno_t, zgno_t, znode_t> ztrowmatrix_t |
Definition at line 71 of file TpetraRowMatrixInput.cpp.
void printMatrix | ( | RCP< const Comm< int > > & | comm, |
zlno_t | nrows, | ||
const zgno_t * | rowIds, | ||
const offset_t * | offsets, | ||
const zgno_t * | colIds | ||
) |
Definition at line 76 of file TpetraRowMatrixInput.cpp.
int verifyInputAdapter | ( | Zoltan2::TpetraRowMatrixAdapter< User > & | ia, |
ztrowmatrix_t & | M | ||
) |
Definition at line 102 of file TpetraRowMatrixInput.cpp.
int main | ( | int | narg, |
char * | arg[] | ||
) |
Definition at line 146 of file TpetraRowMatrixInput.cpp.