#include <stdlib.h>
#include <stdio.h>
#include <vector>
#include "Epetra_ConfigDefs.h"
#include "Epetra_Object.h"
#include "Epetra_Comm.h"
|  | 
| template<typename int_type > | 
| void | TTrilinos_Util_CountMatrixMarket (const char *data_file, std::vector< int > &non_zeros, int_type &N_rows, int_type &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) | 
|  | 
| 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 | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | void Trilinos_Util_CountMatrixMarket | ( | const char * | data_file, | 
        
          |  |  | std::vector< int > & | non_zeros, | 
        
          |  |  | long long & | N_rows, | 
        
          |  |  | long long & | nnz, | 
        
          |  |  | const Epetra_Comm & | comm | 
        
          |  | ) |  |  | 
      
 
 
template<typename int_type > 
      
        
          | void TTrilinos_Util_CountMatrixMarket | ( | const char * | data_file, | 
        
          |  |  | std::vector< int > & | non_zeros, | 
        
          |  |  | int_type & | N_rows, | 
        
          |  |  | int_type & | nnz, | 
        
          |  |  | const Epetra_Comm & | comm | 
        
          |  | ) |  |  |