|
TriUtils Development
|
#include <stdlib.h>#include <stdio.h>#include <vector>#include "Epetra_ConfigDefs.h"#include "Epetra_Object.h"#include "Epetra_Comm.h"
Functions | |
| template<typename int_type> | |
| void | Trilinos_Util_CountTriples_internal (const char *data_file, bool symmetric, std::vector< int > &non_zeros, int_type &N_rows, int_type &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) |
| 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 ) |
References Trilinos_Util_CountTriples_internal().
Referenced by Trilinos_Util_ReadTriples2Epetra_internal().
| 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 ) |
References Trilinos_Util_CountTriples_internal().
| void Trilinos_Util_CountTriples_internal | ( | const char * | data_file, |
| bool | symmetric, | ||
| std::vector< int > & | non_zeros, | ||
| int_type & | N_rows, | ||
| int_type & | nnz, | ||
| const Epetra_Comm & | comm, | ||
| bool | TimDavisHeader = false, | ||
| bool | ZeroBased = false ) |
References Epetra_Comm::Broadcast(), and Epetra_Comm::MyPID().
Referenced by Trilinos_Util_CountTriples(), and Trilinos_Util_CountTriples().