|
Tpetra parallel linear algebra
Version of the Day
|
Unpacks and combines a single row of the CrsMatrix. More...
#include <Tpetra_Details_unpackCrsMatrix.hpp>
Unpacks and combines a single row of the CrsMatrix.
Data (bytes) describing the row of the CRS matrix are "unpacked" from a single (concatenated) char* in to the row of the matrix
| NumPacketsPerLIDType | the specialization of the Kokkos::View of counts |
| OffsetsType | the specialization of the Kokkos::View of offsets |
| ImportsType | the specialization of the Kokkos::View of imports |
| ImportLIDsType | the specialization of the Kokkos::View of import |
| LocalMatrixType | the specialization of the KokkosSparse::CrsMatrix local matrix |
| LocalMapType | the type of the local column map |
Definition at line 156 of file Tpetra_Details_unpackCrsMatrix.hpp.
1.8.13