Tpetra parallel linear algebra
Version of the Day
|
Unpacks and combines a single row of the CrsMatrix. More...
#include <Tpetra_Details_unpackCrsMatrixAndCombine_def.hpp>
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 191 of file Tpetra_Details_unpackCrsMatrixAndCombine_def.hpp.