|
Tpetra parallel linear algebra
Version of the Day
|
Include this file to make Tpetra::transform work with Tpetra::MultiVector and Tpetra::Vector. More...
#include "Tpetra_transform.hpp"#include "Tpetra_withLocalAccess_MultiVector.hpp"#include "Tpetra_for_each_MultiVector.hpp"#include "Tpetra_Details_Behavior.hpp"#include "Tpetra_Map.hpp"#include "Teuchos_Comm.hpp"#include "Teuchos_TestForException.hpp"#include "Kokkos_Core.hpp"#include <iostream>#include <sstream>Go to the source code of this file.
Classes | |
| struct | Tpetra::Details::Transform< ExecutionSpace,::Tpetra::MultiVector< SC, LO, GO, NT > > |
| Implementation of Tpetra::transform for Tpetra::MultiVector. More... | |
| struct | Tpetra::Details::Transform< ExecutionSpace,::Tpetra::Vector< SC, LO, GO, NT > > |
| Implementation of Tpetra::transform for Tpetra::Vector. More... | |
Namespaces | |
| Tpetra | |
| Namespace Tpetra contains the class and methods constituting the Tpetra library. | |
| Tpetra::Details | |
| Namespace for Tpetra implementation details. | |
Include this file to make Tpetra::transform work with Tpetra::MultiVector and Tpetra::Vector.
Definition in file Tpetra_transform_MultiVector.hpp.
1.8.5