Epetra Package Browser (Single Doxygen Collection) Development
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Epetra_CrsGraphData::IndexData< long long > Struct 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

Definition at line 224 of file Epetra_CrsGraphData.h.

Constructor & Destructor Documentation

◆ IndexData()

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

Definition at line 231 of file Epetra_CrsGraphData.h.

◆ ~IndexData()

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

Definition at line 241 of file Epetra_CrsGraphData.h.

Member Function Documentation

◆ Allocate()

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

Definition at line 246 of file Epetra_CrsGraphData.h.

◆ Deallocate()

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

Definition at line 256 of file Epetra_CrsGraphData.h.

Member Data Documentation

◆ Indices_

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

Definition at line 226 of file Epetra_CrsGraphData.h.

◆ SortedEntries_

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

Definition at line 227 of file Epetra_CrsGraphData.h.

◆ TempColIndices_

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

Definition at line 228 of file Epetra_CrsGraphData.h.

◆ All_Indices_

Definition at line 229 of file Epetra_CrsGraphData.h.


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