#include <sys/time.h>
#include <iostream>
#include <cstdlib>
#include <cassert>
#include <unistd.h>
#include "Epetra_config.h"
#include "Epetra_SerialComm.h"
#include "AztecOO.h"
#include "Epetra_Map.h"
#include "Epetra_Vector.h"
#include "matrixmarket/mtxreader0.h"
#include "matrixmarket/balancedmtxreader.h"
#include "pbe.h"
Include dependency graph for trilinos_mtx_demo.cpp:
Go to the source code of this file.
Functions | |
double | second () |
void | usage (const Epetra_Comm &Comm, string err_msg) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 69 of file trilinos_mtx_demo.cpp.
References pbe_dump(), pbe_finalize(), pbe_init(), pbe_start, pbe_stop, BaseMtxReader::read(), second(), usage(), and x.
Here is the call graph for this function:
double second | ( | ) |
void usage | ( | const Epetra_Comm & | Comm, | |
string | err_msg | |||
) |
Definition at line 57 of file trilinos_mtx_demo.cpp.