|
Tpetra parallel linear algebra
Version of the Day
|
Declare and define Tpetra::Details::copyOffsets, an implementation detail of Tpetra (in particular, of FixedHashTable, CrsGraph, and CrsMatrix). More...
#include "TpetraCore_config.h"#include "Tpetra_Details_Behavior.hpp"#include "Kokkos_Core.hpp"#include <limits>#include <type_traits>Go to the source code of this file.
Namespaces | |
| Tpetra | |
| Namespace Tpetra contains the class and methods constituting the Tpetra library. | |
| Tpetra::Details | |
| Namespace for Tpetra implementation details. | |
Functions | |
| template<class OutputViewType , class InputViewType > | |
| void | Tpetra::Details::copyOffsets (const OutputViewType &dst, const InputViewType &src) |
| Copy row offsets (in a sparse graph or matrix) from src to dst. The offsets may have different types. More... | |
Declare and define Tpetra::Details::copyOffsets, an implementation detail of Tpetra (in particular, of FixedHashTable, CrsGraph, and CrsMatrix).
Definition in file Tpetra_Details_copyOffsets.hpp.
1.8.5