|
Zoltan2
|
#include <Zoltan2_BasicVectorAdapter.hpp>#include <Zoltan2_TestHelpers.hpp>#include <Teuchos_DefaultComm.hpp>#include <Teuchos_RCP.hpp>#include <Teuchos_CommHelpers.hpp>
Go to the source code of this file.
Typedefs | |
| typedef Zoltan2::BasicUserTypes < zscalar_t, zlno_t, zgno_t > | userTypes_t |
Functions | |
| int | checkBasicVector (Zoltan2::BasicVectorAdapter< userTypes_t > *ia, int len, int glen, zgno_t *ids, int mvdim, const zscalar_t **values, int *valueStrides, int wdim, const zscalar_t **weights, int *weightStrides) |
| int | main (int narg, char *arg[]) |
| typedef Zoltan2::BasicUserTypes<zscalar_t, zlno_t, zgno_t> userTypes_t |
Definition at line 21 of file BasicVectorInput.cpp.
| int checkBasicVector | ( | Zoltan2::BasicVectorAdapter< userTypes_t > * | ia, |
| int | len, | ||
| int | glen, | ||
| zgno_t * | ids, | ||
| int | mvdim, | ||
| const zscalar_t ** | values, | ||
| int * | valueStrides, | ||
| int | wdim, | ||
| const zscalar_t ** | weights, | ||
| int * | weightStrides | ||
| ) |
Definition at line 23 of file BasicVectorInput.cpp.
| int main | ( | int | narg, |
| char * | arg[] | ||
| ) |
Definition at line 84 of file BasicVectorInput.cpp.
1.8.5