|
Tpetra parallel linear algebra
Version of the Day
|
Declaration of Tpetra::Experimental::BlockCrsMatrix. More...
#include <ctime>#include <Tpetra_ConfigDefs.hpp>#include <Tpetra_CrsGraph.hpp>#include <Tpetra_RowMatrix.hpp>#include <Tpetra_Experimental_BlockMultiVector.hpp>Go to the source code of this file.
Classes | |
| class | Tpetra::Experimental::BlockCrsMatrix< Scalar, LO, GO, Node > |
| Constant block CRS matrix class. More... | |
Namespaces | |
| Tpetra | |
| Namespace Tpetra contains the class and methods constituting the Tpetra library. | |
| Tpetra::Experimental | |
| Namespace for new Tpetra features that are not ready for public release, but are ready for evaluation by friendly expert users. | |
Functions | |
| template<class Scalar , class LO , class GO , class Node > | |
| void | Tpetra::Experimental::blockCrsMatrixWriter (BlockCrsMatrix< Scalar, LO, GO, Node > const &A, std::string const &fileName) |
| Helper function to write a BlockCrsMatrix. Calls the 3-argument version. More... | |
| template<class Scalar , class LO , class GO , class Node > | |
| void | Tpetra::Experimental::blockCrsMatrixWriter (BlockCrsMatrix< Scalar, LO, GO, Node > const &A, std::string const &fileName, Teuchos::ParameterList const ¶ms) |
| Helper function to write a BlockCrsMatrix. Calls the 3-argument version. More... | |
| template<class Scalar , class LO , class GO , class Node > | |
| void | Tpetra::Experimental::blockCrsMatrixWriter (BlockCrsMatrix< Scalar, LO, GO, Node > const &A, std::ostream &os) |
| Helper function to write a BlockCrsMatrix. Calls the 3-argument version. More... | |
| template<class Scalar , class LO , class GO , class Node > | |
| void | Tpetra::Experimental::blockCrsMatrixWriter (BlockCrsMatrix< Scalar, LO, GO, Node > const &A, std::ostream &os, Teuchos::ParameterList const ¶ms) |
| Helper function to write a BlockCrsMatrix. More... | |
| template<class Scalar , class LO , class GO , class Node > | |
| void | Tpetra::Experimental::writeMatrixStrip (BlockCrsMatrix< Scalar, LO, GO, Node > const &A, std::ostream &os, Teuchos::ParameterList const ¶ms) |
| Helper function called by blockCrsMatrixWriter. More... | |
Declaration of Tpetra::Experimental::BlockCrsMatrix.
Definition in file Tpetra_Experimental_BlockCrsMatrix_decl.hpp.
1.8.11