Epetra Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
Epetra_CrsGraphData::IndexData< long long > Struct Template Reference

#include <Epetra_CrsGraphData.h>

Public Member Functions

 IndexData (int NumMyBlockRows, bool AllocSorted)
 
virtual ~IndexData ()
 
void Allocate (int NumMyBlockRows, bool AllocSorted)
 
void Deallocate ()
 

Public Attributes

long long ** Indices_
 
std::vector< EntriesInOneRow
< long long > > 
SortedEntries_
 
long long * TempColIndices_
 
Epetra_LongLongSerialDenseVector All_Indices_
 

Detailed Description

template<>
struct Epetra_CrsGraphData::IndexData< long long >

Definition at line 224 of file Epetra_CrsGraphData.h.

Constructor & Destructor Documentation

Epetra_CrsGraphData::IndexData< long long >::IndexData ( int  NumMyBlockRows,
bool  AllocSorted 
)
inline

Definition at line 231 of file Epetra_CrsGraphData.h.

virtual Epetra_CrsGraphData::IndexData< long long >::~IndexData ( )
inlinevirtual

Definition at line 241 of file Epetra_CrsGraphData.h.

Member Function Documentation

void Epetra_CrsGraphData::IndexData< long long >::Allocate ( int  NumMyBlockRows,
bool  AllocSorted 
)
inline

Definition at line 246 of file Epetra_CrsGraphData.h.

void Epetra_CrsGraphData::IndexData< long long >::Deallocate ( )
inline

Definition at line 256 of file Epetra_CrsGraphData.h.

Member Data Documentation

long long** Epetra_CrsGraphData::IndexData< long long >::Indices_

Definition at line 226 of file Epetra_CrsGraphData.h.

std::vector< EntriesInOneRow<long long> > Epetra_CrsGraphData::IndexData< long long >::SortedEntries_

Definition at line 227 of file Epetra_CrsGraphData.h.

long long* Epetra_CrsGraphData::IndexData< long long >::TempColIndices_

Definition at line 228 of file Epetra_CrsGraphData.h.

Definition at line 229 of file Epetra_CrsGraphData.h.


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