Epetra Package Browser (Single Doxygen Collection) Development
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Epetra_CrsGraphData::IndexData< int > Struct Reference

#include <Epetra_CrsGraphData.h>

Public Member Functions

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

Public Attributes

int ** Indices_
 
std::vector< EntriesInOneRow< int > > SortedEntries_
 
int * TempColIndices_
 
Epetra_IntSerialDenseVector All_Indices_
 
Epetra_IntSerialDenseVector All_IndicesPlus1_
 

Detailed Description

Definition at line 274 of file Epetra_CrsGraphData.h.

Constructor & Destructor Documentation

◆ IndexData()

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

Definition at line 282 of file Epetra_CrsGraphData.h.

Member Function Documentation

◆ Allocate()

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

Definition at line 293 of file Epetra_CrsGraphData.h.

◆ Deallocate()

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

Definition at line 304 of file Epetra_CrsGraphData.h.

Member Data Documentation

◆ Indices_

int** Epetra_CrsGraphData::IndexData< int >::Indices_

Definition at line 276 of file Epetra_CrsGraphData.h.

◆ SortedEntries_

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

Definition at line 277 of file Epetra_CrsGraphData.h.

◆ TempColIndices_

int* Epetra_CrsGraphData::IndexData< int >::TempColIndices_

Definition at line 278 of file Epetra_CrsGraphData.h.

◆ All_Indices_

Definition at line 279 of file Epetra_CrsGraphData.h.

◆ All_IndicesPlus1_

Definition at line 280 of file Epetra_CrsGraphData.h.


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