Tpetra parallel linear algebra Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Tpetra::Details::PackCrsMatrixImpl::NumPacketsAndOffsetsFunctor< OutputOffsetsViewType, CountsViewType, InputOffsetsViewType, InputLocalRowIndicesViewType, InputLocalRowPidsViewType, debug > Class Template Reference

Compute the number of packets and offsets for the pack procedure. More...

#include <Tpetra_Details_packCrsMatrix_def.hpp>

Public Member Functions

int getError () const
 Host function for getting the error.
 

Detailed Description

template<class OutputOffsetsViewType, class CountsViewType, class InputOffsetsViewType, class InputLocalRowIndicesViewType, class InputLocalRowPidsViewType, const bool debug = false>
class Tpetra::Details::PackCrsMatrixImpl::NumPacketsAndOffsetsFunctor< OutputOffsetsViewType, CountsViewType, InputOffsetsViewType, InputLocalRowIndicesViewType, InputLocalRowPidsViewType, debug >

Compute the number of packets and offsets for the pack procedure.

Template Parameters
OutputOffsetsViewTypethe type of the output offsets view
CountsViewTypethe type of the counts view
InputOffsetsViewTypethe type of the input offsets view
InputLocalRowIndicesViewTypethe type of the local row indices view
InputLocalRowPidsViewTypethe type of the local process IDs view

Definition at line 109 of file Tpetra_Details_packCrsMatrix_def.hpp.

Member Function Documentation

◆ getError()

Host function for getting the error.

Definition at line 241 of file Tpetra_Details_packCrsMatrix_def.hpp.


The documentation for this class was generated from the following file: