Tpetra parallel linear algebra
Version of the Day
|
Unpacks and combines a single row of the CrsMatrix. More...
#include <Tpetra_Details_unpackCrsMatrixAndCombine_def.hpp>
Public Member Functions | |
int | error () const |
Host function for getting the error. More... | |
Unpacks and combines a single row of the CrsMatrix.
LocalMatrix | KokkosSparse::CrsMatrix specialization. |
LocalMap | Type of the "local" column map |
BufferDeviceType | Type of the "buffer device type." See Trilinos GitHub Issue #1088 for details. |
Data (bytes) describing the row of the CRS matrix are "unpacked" from a single (concatenated) (view of) char* directly into the row of the matrix.
Definition at line 155 of file Tpetra_Details_unpackCrsMatrixAndCombine_def.hpp.
|
inline |
Host function for getting the error.
Definition at line 388 of file Tpetra_Details_unpackCrsMatrixAndCombine_def.hpp.