|
Tpetra Matrix/Vector Services
Version of the Day
|
Declaration of the Tpetra::CrsMatrix class. More...
#include <Kokkos_DefaultNode.hpp>#include <Kokkos_DefaultKernels.hpp>#include "Tpetra_ConfigDefs.hpp"#include "Tpetra_RowMatrix_decl.hpp"#include "Tpetra_Exceptions.hpp"#include "Tpetra_DistObject.hpp"#include "Tpetra_CrsGraph.hpp"#include "Tpetra_Vector.hpp"Go to the source code of this file.
Classes | |
| class | Tpetra::CrsMatrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > |
| Sparse matrix that presents a row-oriented interface that lets users read or modify entries. More... | |
Namespaces | |
| namespace | Tpetra |
Namespace Tpetra contains the class and methods constituting the Tpetra library. | |
Functions | |
| template<class Scalar , class LocalOrdinal , class GlobalOrdinal , class Node > | |
| Teuchos::RCP< CrsMatrix < Scalar, LocalOrdinal, GlobalOrdinal, Node > > | Tpetra::createCrsMatrix (const Teuchos::RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > &map, size_t maxNumEntriesPerRow=0, const Teuchos::RCP< Teuchos::ParameterList > ¶ms=Teuchos::null) |
| Non-member function to create an empty CrsMatrix given a row map and a non-zero profile. | |
| template<class CrsMatrixType > | |
| Teuchos::RCP< CrsMatrixType > | Tpetra::importAndFillCompleteCrsMatrix (const Teuchos::RCP< const CrsMatrixType > &sourceMatrix, const Import< typename CrsMatrixType::local_ordinal_type, typename CrsMatrixType::global_ordinal_type, typename CrsMatrixType::node_type > &importer, const Teuchos::RCP< const Map< typename CrsMatrixType::local_ordinal_type, typename CrsMatrixType::global_ordinal_type, typename CrsMatrixType::node_type > > &domainMap=Teuchos::null, const Teuchos::RCP< const Map< typename CrsMatrixType::local_ordinal_type, typename CrsMatrixType::global_ordinal_type, typename CrsMatrixType::node_type > > &rangeMap=Teuchos::null, const Teuchos::RCP< Teuchos::ParameterList > ¶ms=Teuchos::null) |
| Nonmember CrsMatrix constructor that fuses Import and fillComplete(). | |
| template<class CrsMatrixType > | |
| Teuchos::RCP< CrsMatrixType > | Tpetra::exportAndFillCompleteCrsMatrix (const Teuchos::RCP< const CrsMatrixType > &sourceMatrix, const Export< typename CrsMatrixType::local_ordinal_type, typename CrsMatrixType::global_ordinal_type, typename CrsMatrixType::node_type > &exporter, const Teuchos::RCP< const Map< typename CrsMatrixType::local_ordinal_type, typename CrsMatrixType::global_ordinal_type, typename CrsMatrixType::node_type > > &domainMap=Teuchos::null, const Teuchos::RCP< const Map< typename CrsMatrixType::local_ordinal_type, typename CrsMatrixType::global_ordinal_type, typename CrsMatrixType::node_type > > &rangeMap=Teuchos::null, const Teuchos::RCP< Teuchos::ParameterList > ¶ms=Teuchos::null) |
| Nonmember CrsMatrix constructor that fuses Export and fillComplete(). | |
Declaration of the Tpetra::CrsMatrix class.
Definition in file Tpetra_CrsMatrix_decl.hpp.
1.7.6.1