FEI
Version of the Day
|
#include <snl_fei_RaggedTable_specialize.hpp>
Public Member Functions | |
void | addDiagonals (int numIndices, const int *indices) |
void | addIndices (int row, int numIndices, const int *indices) |
void | addIndices (int numRows, const int *rows, int numIndices, const int *indices) |
![]() | |
IndexTable () | |
virtual | ~IndexTable () |
specialization for MapContig<fei::ctg_set<int> >
Definition at line 21 of file snl_fei_RaggedTable_specialize.hpp.
|
virtual |
Input function to add diagonals to the index table.
Implements fei::IndexTable.
|
virtual |
Input function 'addIndices' specifies the row of the table to be operated on, and a list of indices to be added to that row.
Implements fei::IndexTable.
|
virtual |
Input function for adding a list of indices to multiple rows.
Implements fei::IndexTable.