| TriUtils
    Development
    | 
#include <vector>#include "Epetra_ConfigDefs.h"#include "Epetra_Comm.h"

| Functions | |
| void | Trilinos_Util_CountMatrixMarket (const char *data_file, std::vector< int > &non_zeros, int &N_rows, int &nnz, const Epetra_Comm &comm) | 
| void | Trilinos_Util_CountMatrixMarket (const char *data_file, std::vector< int > &non_zeros, long long &N_rows, long long &nnz, const Epetra_Comm &comm) | 
| void Trilinos_Util_CountMatrixMarket | ( | const char * | data_file, | 
| std::vector< int > & | non_zeros, | ||
| int & | N_rows, | ||
| int & | nnz, | ||
| const Epetra_Comm & | comm | ||
| ) | 
Referenced by Trilinos_Util_ReadMatrixMarket2Epetra_internal().
| void Trilinos_Util_CountMatrixMarket | ( | const char * | data_file, | 
| std::vector< int > & | non_zeros, | ||
| long long & | N_rows, | ||
| long long & | nnz, | ||
| const Epetra_Comm & | comm | ||
| ) | 
 1.8.5
 1.8.5