| 
    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 | |
| namespace | Tpetra | 
| Namespace Tpetra contains the class and methods constituting the Tpetra library.  | |
| namespace | Tpetra::Details | 
| Nonmember function that computes a residual Computes R = B - A * X.  | |
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.   | |
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.