Zoltan2
Loading...
Searching...
No Matches
readMatrixFromBinaryFile.hpp File Reference
#include <climits>
#include "Tpetra_Details_makeColMap.hpp"
Include dependency graph for readMatrixFromBinaryFile.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename global_ordinal_type, typename local_ordinal_type, typename scalar_type, typename map_type>
void distribute (Teuchos::ArrayRCP< size_t > &myNumEntriesPerRow, Teuchos::ArrayRCP< size_t > &myRowPtr, Teuchos::ArrayRCP< global_ordinal_type > &myColInd, Teuchos::ArrayRCP< scalar_type > &myValues, const Teuchos::RCP< const map_type > &pRowMap, global_ordinal_type *rowPtr, global_ordinal_type *colInd, const bool debug=false)
template<typename crs_matrix_type>
Teuchos::RCP< crs_matrix_type > readBinaryFile (std::string filename, const Teuchos::RCP< const Teuchos::Comm< int > > pComm, bool callFillComplete=true, bool debug=false)
template<typename crs_matrix_type>
Teuchos::RCP< crs_matrix_type > readBinaryFileFast (std::string filename, const Teuchos::RCP< const Teuchos::Comm< int > > pComm, bool callFillComplete=true, bool debug=false)
template<typename crs_matrix_type>
Teuchos::RCP< crs_matrix_type > readMatrixFromBinaryFile (std::string filename, const Teuchos::RCP< const Teuchos::Comm< int > > pComm, bool binary=true, bool debug=false)

Function Documentation

◆ distribute()

template<typename global_ordinal_type, typename local_ordinal_type, typename scalar_type, typename map_type>
void distribute ( Teuchos::ArrayRCP< size_t > & myNumEntriesPerRow,
Teuchos::ArrayRCP< size_t > & myRowPtr,
Teuchos::ArrayRCP< global_ordinal_type > & myColInd,
Teuchos::ArrayRCP< scalar_type > & myValues,
const Teuchos::RCP< const map_type > & pRowMap,
global_ordinal_type * rowPtr,
global_ordinal_type * colInd,
const bool debug = false )

Definition at line 24 of file readMatrixFromBinaryFile.hpp.

◆ readBinaryFile()

template<typename crs_matrix_type>
Teuchos::RCP< crs_matrix_type > readBinaryFile ( std::string filename,
const Teuchos::RCP< const Teuchos::Comm< int > > pComm,
bool callFillComplete = true,
bool debug = false )

Definition at line 209 of file readMatrixFromBinaryFile.hpp.

◆ readBinaryFileFast()

template<typename crs_matrix_type>
Teuchos::RCP< crs_matrix_type > readBinaryFileFast ( std::string filename,
const Teuchos::RCP< const Teuchos::Comm< int > > pComm,
bool callFillComplete = true,
bool debug = false )

Definition at line 333 of file readMatrixFromBinaryFile.hpp.

◆ readMatrixFromBinaryFile()

template<typename crs_matrix_type>
Teuchos::RCP< crs_matrix_type > readMatrixFromBinaryFile ( std::string filename,
const Teuchos::RCP< const Teuchos::Comm< int > > pComm,
bool binary = true,
bool debug = false )

Definition at line 484 of file readMatrixFromBinaryFile.hpp.