Ifpack Package Browser (Single Doxygen Collection)
Development
|
#include "euclid_common.h"
Go to the source code of this file.
Classes | |
struct | _sortedset_dh |
Functions | |
void | SortedSet_dhCreate (SortedSet_dh *ss, int initialSize) |
void | SortedSet_dhDestroy (SortedSet_dh ss) |
void | SortedSet_dhInsert (SortedSet_dh ss, int idx) |
void | SortedSet_dhGetList (SortedSet_dh ss, int **list, int *count) |
void SortedSet_dhCreate | ( | SortedSet_dh * | ss, |
int | initialSize | ||
) |
Definition at line 51 of file SortedSet_dh.c.
void SortedSet_dhDestroy | ( | SortedSet_dh | ss | ) |
Definition at line 68 of file SortedSet_dh.c.
void SortedSet_dhInsert | ( | SortedSet_dh | ss, |
int | idx | ||
) |
Definition at line 83 of file SortedSet_dh.c.
void SortedSet_dhGetList | ( | SortedSet_dh | ss, |
int ** | list, | ||
int * | count | ||
) |
Definition at line 126 of file SortedSet_dh.c.