Tpetra parallel linear algebra
Version of the Day
|
Definition of the Tpetra::CrsGraph class. More...
#include "Tpetra_Distributor.hpp"
#include "Teuchos_Assert.hpp"
#include "Teuchos_NullIteratorTraits.hpp"
#include "Teuchos_as.hpp"
#include "Teuchos_SerialDenseMatrix.hpp"
#include "KokkosCompat_ClassicNodeAPI_Wrapper.hpp"
#include <algorithm>
#include <string>
#include <utility>
Go to the source code of this file.
Namespaces | |
Tpetra | |
Namespace Tpetra contains the class and methods constituting the Tpetra library. | |
Definition of the Tpetra::CrsGraph class.
If you want to use Tpetra::CrsGraph, include "Tpetra_CrsGraph.hpp" (a file which CMake generates and installs for you). If you only want the declaration of Tpetra::CrsGraph, include "Tpetra_CrsGraph_decl.hpp".
Definition in file Tpetra_CrsGraph_def.hpp.