Tpetra parallel linear algebra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
Tpetra::Details::PackCrsGraphImpl::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_packCrsGraph_def.hpp>

Public Member Functions

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

Detailed Description

template<class OutputOffsetsViewType, class CountsViewType, class InputOffsetsViewType, class InputLocalRowIndicesViewType, class InputLocalRowPidsViewType, const bool debug = false>
class Tpetra::Details::PackCrsGraphImpl::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 105 of file Tpetra_Details_packCrsGraph_def.hpp.

Member Function Documentation

template<class OutputOffsetsViewType , class CountsViewType , class InputOffsetsViewType , class InputLocalRowIndicesViewType , class InputLocalRowPidsViewType , const bool debug = false>
int Tpetra::Details::PackCrsGraphImpl::NumPacketsAndOffsetsFunctor< OutputOffsetsViewType, CountsViewType, InputOffsetsViewType, InputLocalRowIndicesViewType, InputLocalRowPidsViewType, debug >::getError ( ) const
inline

Host function for getting the error.

Definition at line 225 of file Tpetra_Details_packCrsGraph_def.hpp.


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