FEI Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
fei::SparseRowGraph Class Reference

#include <fei_SparseRowGraph.hpp>

Public Member Functions

 SparseRowGraph ()
 
 SparseRowGraph (const SparseRowGraph &src)
 
virtual ~SparseRowGraph ()
 
bool operator== (const fei::SparseRowGraph &othergraph) const
 
bool operator!= (const fei::SparseRowGraph &othergraph) const
 

Public Attributes

std::vector< int > rowNumbers
 
std::vector< int > rowOffsets
 
std::vector< int > packedColumnIndices
 
bool blockEntries
 

Detailed Description

Extremely simple data container that represents a sparse row-oriented matrix-graph. Purely serial. If it is used to store the local portion of a distributed matrix-graph, the calling code is responsible for all knowledge related to parallelism.

Definition at line 23 of file fei_SparseRowGraph.hpp.

Constructor & Destructor Documentation

◆ SparseRowGraph() [1/2]

fei::SparseRowGraph::SparseRowGraph ( )
inline

Default constructor

Definition at line 26 of file fei_SparseRowGraph.hpp.

◆ SparseRowGraph() [2/2]

fei::SparseRowGraph::SparseRowGraph ( const SparseRowGraph & src)
inline

Copy constructor

Definition at line 31 of file fei_SparseRowGraph.hpp.

◆ ~SparseRowGraph()

virtual fei::SparseRowGraph::~SparseRowGraph ( )
inlinevirtual

Destructor

Definition at line 37 of file fei_SparseRowGraph.hpp.

Member Function Documentation

◆ operator==()

bool fei::SparseRowGraph::operator== ( const fei::SparseRowGraph & othergraph) const
inline

comparison operator

Definition at line 65 of file fei_SparseRowGraph.hpp.

References packedColumnIndices, rowNumbers, and rowOffsets.

◆ operator!=()

bool fei::SparseRowGraph::operator!= ( const fei::SparseRowGraph & othergraph) const
inline

not-equal operator

Definition at line 73 of file fei_SparseRowGraph.hpp.

Member Data Documentation

◆ rowNumbers

std::vector<int> fei::SparseRowGraph::rowNumbers

◆ rowOffsets

std::vector<int> fei::SparseRowGraph::rowOffsets

◆ packedColumnIndices

std::vector<int> fei::SparseRowGraph::packedColumnIndices

◆ blockEntries

bool fei::SparseRowGraph::blockEntries

whether this graph represents a block-entry matrix.

Definition at line 62 of file fei_SparseRowGraph.hpp.


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