#include <vector>
#include "Epetra_ConfigDefs.h"
#include "Epetra_Comm.h"
|
void | Trilinos_Util_CountTriples (const char *data_file, bool symmetric, std::vector< int > &non_zeros, int &N_rows, int &nnz, const Epetra_Comm &comm, bool TimDavisHeader=false, bool ZeroBased=false) |
|
void | Trilinos_Util_CountTriples (const char *data_file, bool symmetric, std::vector< int > &non_zeros, long long &N_rows, long long &nnz, const Epetra_Comm &comm, bool TimDavisHeader=false, bool ZeroBased=false) |
|
void Trilinos_Util_CountTriples |
( |
const char * |
data_file, |
|
|
bool |
symmetric, |
|
|
std::vector< int > & |
non_zeros, |
|
|
int & |
N_rows, |
|
|
int & |
nnz, |
|
|
const Epetra_Comm & |
comm, |
|
|
bool |
TimDavisHeader = false , |
|
|
bool |
ZeroBased = false |
|
) |
| |
void Trilinos_Util_CountTriples |
( |
const char * |
data_file, |
|
|
bool |
symmetric, |
|
|
std::vector< int > & |
non_zeros, |
|
|
long long & |
N_rows, |
|
|
long long & |
nnz, |
|
|
const Epetra_Comm & |
comm, |
|
|
bool |
TimDavisHeader = false , |
|
|
bool |
ZeroBased = false |
|
) |
| |