Tpetra parallel linear algebra
Version of the Day
|
This is the complete list of members for Tpetra::MatrixMarket::Reader< SparseMatrixType >, including all inherited members.
global_ordinal_type typedef | Tpetra::MatrixMarket::Reader< SparseMatrixType > | |
local_ordinal_type typedef | Tpetra::MatrixMarket::Reader< SparseMatrixType > | |
multivector_type typedef | Tpetra::MatrixMarket::Reader< SparseMatrixType > | |
node_type typedef | Tpetra::MatrixMarket::Reader< SparseMatrixType > | |
openInFileOnRankZero(const trcp_tcomm_t &comm, const std::string &filename, const bool safe=true, std::ios_base::openmode mode=std::ios_base::in) | Tpetra::MatrixMarket::Reader< SparseMatrixType > | inlinestatic |
readDense(std::istream &in, const trcp_tcomm_t &comm, Teuchos::RCP< const map_type > &map, const bool tolerant=false, const bool debug=false, const bool binary=false) | Tpetra::MatrixMarket::Reader< SparseMatrixType > | inlinestatic |
readDenseFile(const std::string &filename, const trcp_tcomm_t &comm, Teuchos::RCP< const map_type > &map, const bool tolerant=false, const bool debug=false, const bool binary=false) | Tpetra::MatrixMarket::Reader< SparseMatrixType > | inlinestatic |
readMap(std::istream &in, const trcp_tcomm_t &comm, const bool tolerant=false, const bool debug=false, const bool binary=false) | Tpetra::MatrixMarket::Reader< SparseMatrixType > | inlinestatic |
readMap(std::istream &in, const trcp_tcomm_t &comm, const Teuchos::RCP< Teuchos::FancyOStream > &err, const bool tolerant=false, const bool debug=false, const bool binary=false) | Tpetra::MatrixMarket::Reader< SparseMatrixType > | inlinestatic |
readMapFile(const std::string &filename, const trcp_tcomm_t &comm, const bool tolerant=false, const bool debug=false, const bool binary=false) | Tpetra::MatrixMarket::Reader< SparseMatrixType > | inlinestatic |
readSparse(std::istream &in, const Teuchos::RCP< const Teuchos::Comm< int > > &pComm, const bool callFillComplete=true, const bool tolerant=false, const bool debug=false) | Tpetra::MatrixMarket::Reader< SparseMatrixType > | inlinestatic |
readSparse(std::istream &in, const Teuchos::RCP< const Teuchos::Comm< int > > &pComm, const Teuchos::RCP< Teuchos::ParameterList > &constructorParams, const Teuchos::RCP< Teuchos::ParameterList > &fillCompleteParams, const bool tolerant=false, const bool debug=false) | Tpetra::MatrixMarket::Reader< SparseMatrixType > | inlinestatic |
readSparse(std::istream &in, const Teuchos::RCP< const map_type > &rowMap, Teuchos::RCP< const map_type > &colMap, const Teuchos::RCP< const map_type > &domainMap, const Teuchos::RCP< const map_type > &rangeMap, const bool callFillComplete=true, const bool tolerant=false, const bool debug=false) | Tpetra::MatrixMarket::Reader< SparseMatrixType > | inlinestatic |
readSparseFile(const std::string &filename, const trcp_tcomm_t &comm, const bool callFillComplete=true, const bool tolerant=false, const bool debug=false) | Tpetra::MatrixMarket::Reader< SparseMatrixType > | inlinestatic |
readSparseFile(const std::string &filename, const trcp_tcomm_t &comm, const Teuchos::RCP< Teuchos::ParameterList > &constructorParams, const Teuchos::RCP< Teuchos::ParameterList > &fillCompleteParams, const bool tolerant=false, const bool debug=false) | Tpetra::MatrixMarket::Reader< SparseMatrixType > | inlinestatic |
readSparseFile(const std::string &filename, const Teuchos::RCP< const map_type > &rowMap, Teuchos::RCP< const map_type > &colMap, const Teuchos::RCP< const map_type > &domainMap, const Teuchos::RCP< const map_type > &rangeMap, const bool callFillComplete=true, const bool tolerant=false, const bool debug=false) | Tpetra::MatrixMarket::Reader< SparseMatrixType > | inlinestatic |
readSparseGraph(std::istream &in, const Teuchos::RCP< const Teuchos::Comm< int > > &pComm, const bool callFillComplete=true, const bool tolerant=false, const bool debug=false) | Tpetra::MatrixMarket::Reader< SparseMatrixType > | inlinestatic |
readSparseGraph(std::istream &in, const Teuchos::RCP< const Teuchos::Comm< int > > &pComm, const Teuchos::RCP< Teuchos::ParameterList > &constructorParams, const Teuchos::RCP< Teuchos::ParameterList > &fillCompleteParams, const bool tolerant=false, const bool debug=false) | Tpetra::MatrixMarket::Reader< SparseMatrixType > | inlinestatic |
readSparseGraph(std::istream &in, const Teuchos::RCP< const map_type > &rowMap, Teuchos::RCP< const map_type > &colMap, const Teuchos::RCP< const map_type > &domainMap, const Teuchos::RCP< const map_type > &rangeMap, const bool callFillComplete=true, const bool tolerant=false, const bool debug=false) | Tpetra::MatrixMarket::Reader< SparseMatrixType > | inlinestatic |
readSparseGraphFile(const std::string &filename, const trcp_tcomm_t &comm, const bool callFillComplete=true, const bool tolerant=false, const bool debug=false) | Tpetra::MatrixMarket::Reader< SparseMatrixType > | inlinestatic |
readSparseGraphFile(const std::string &filename, const Teuchos::RCP< const Teuchos::Comm< int > > &pComm, const Teuchos::RCP< Teuchos::ParameterList > &constructorParams, const Teuchos::RCP< Teuchos::ParameterList > &fillCompleteParams, const bool tolerant=false, const bool debug=false) | Tpetra::MatrixMarket::Reader< SparseMatrixType > | inlinestatic |
readSparseGraphFile(const std::string &filename, const Teuchos::RCP< const map_type > &rowMap, Teuchos::RCP< const map_type > &colMap, const Teuchos::RCP< const map_type > &domainMap, const Teuchos::RCP< const map_type > &rangeMap, const bool callFillComplete=true, const bool tolerant=false, const bool debug=false) | Tpetra::MatrixMarket::Reader< SparseMatrixType > | inlinestatic |
readSparsePerRank(const std::string &filename_prefix, const std::string &filename_suffix, const Teuchos::RCP< const map_type > &rowMap, Teuchos::RCP< const map_type > &colMap, const Teuchos::RCP< const map_type > &domainMap, const Teuchos::RCP< const map_type > &rangeMap, const bool callFillComplete=true, const bool tolerant=false, const int ranksToReadAtOnce=8, const bool debug=false) | Tpetra::MatrixMarket::Reader< SparseMatrixType > | inlinestatic |
readVector(std::istream &in, const trcp_tcomm_t &comm, Teuchos::RCP< const map_type > &map, const bool tolerant=false, const bool debug=false) | Tpetra::MatrixMarket::Reader< SparseMatrixType > | inlinestatic |
readVectorFile(const std::string &filename, const trcp_tcomm_t &comm, Teuchos::RCP< const map_type > &map, const bool tolerant=false, const bool debug=false) | Tpetra::MatrixMarket::Reader< SparseMatrixType > | inlinestatic |
scalar_type typedef | Tpetra::MatrixMarket::Reader< SparseMatrixType > | |
sparse_graph_type typedef | Tpetra::MatrixMarket::Reader< SparseMatrixType > | |
sparse_matrix_type typedef | Tpetra::MatrixMarket::Reader< SparseMatrixType > | |
trcp_tcomm_t typedef | Tpetra::MatrixMarket::Reader< SparseMatrixType > | |
vector_type typedef | Tpetra::MatrixMarket::Reader< SparseMatrixType > |