FEI Version of the Day
Loading...
Searching...
No Matches
fei::IndexTable Class Referenceabstract

#include <fei_IndexTable.hpp>

Inheritance diagram for fei::IndexTable:

Public Member Functions

 IndexTable ()
 
virtual ~IndexTable ()
 
virtual void addDiagonals (int numIndices, const int *indices)=0
 
virtual void addIndices (int row, int numIndices, const int *indices)=0
 
virtual void addIndices (int numRows, const int *rows, int numIndices, const int *indices)=0
 

Detailed Description

Abstract interface for adding index mappings to a table of indices, such as an algebraic matrix-graph.

Definition at line 19 of file fei_IndexTable.hpp.

Constructor & Destructor Documentation

◆ IndexTable()

fei::IndexTable::IndexTable ( )
inline

Constructor

Definition at line 22 of file fei_IndexTable.hpp.

◆ ~IndexTable()

virtual fei::IndexTable::~IndexTable ( )
inlinevirtual

Destructor

Definition at line 25 of file fei_IndexTable.hpp.

Member Function Documentation

◆ addDiagonals()

◆ addIndices() [1/2]

◆ addIndices() [2/2]


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