|
Tpetra parallel linear algebra
Version of the Day
|
Declaration of functions for checking whether a given pointer is accessible from a given Kokkos execution space. More...
#include "Tpetra_Details_gathervPrint.hpp"#include "Kokkos_DualView.hpp"#include "Teuchos_TypeNameTraits.hpp"#include "Teuchos_Comm.hpp"#include "Teuchos_CommHelpers.hpp"#include <sstream>Go to the source code of this file.
Namespaces | |
| Tpetra | |
| Namespace Tpetra contains the class and methods constituting the Tpetra library. | |
| Tpetra::Details | |
| Nonmember function that computes a residual Computes R = B - A * X. | |
Functions | |
| template<class DataType , class ... Properties> | |
| bool | Tpetra::Details::checkLocalViewValidity (std::ostream *lclErrStrm, const int myMpiProcessRank, const Kokkos::View< DataType, Properties... > &view) |
| Is the given View valid? More... | |
| template<class DataType , class Arg1Type = void, class Arg2Type = void, class Arg3Type = void> | |
| bool | Tpetra::Details::checkLocalDualViewValidity (std::ostream *const lclErrStrm, const int myMpiProcessRank, const Kokkos::DualView< DataType, Arg1Type, Arg2Type, Arg3Type > &dv) |
| Is the given Kokkos::DualView valid? More... | |
Declaration of functions for checking whether a given pointer is accessible from a given Kokkos execution space.
Definition in file Tpetra_Details_checkView.hpp.