![]() |
aGrUM
0.14.2
|
Directories | |
directory | approximations |
directory | math |
directory | mvsc |
directory | signal |
directory | smallobjectallocator |
Files | |
file | argMaxSet.cpp [code] |
file | argMaxSet.h [code] |
This files contains several function objects that are not (yet) defined in the STL. | |
file | argMaxSet_tpl.h [code] |
Outlined implementation of ArgMaxSet. | |
file | bijection.cpp [code] |
Outlined implementation of Bijections. | |
file | bijection.h [code] |
Set of pairs of elements with fast search for both elements. | |
file | bijection_tpl.h [code] |
Class providing generic double hash tables. | |
file | binSearchTree.cpp [code] |
Outlined implementation of Bijections. | |
file | binSearchTree.h [code] |
Basic binary search trees. | |
file | binSearchTree_tpl.h [code] |
Basic binary tree. | |
file | binTreeNode.cpp [code] |
Outlined implementation of Bijections. | |
file | binTreeNode.h [code] |
file | binTreeNode_tpl.h [code] |
Node class for various binary search trees. | |
file | cast_unicode.cpp [code] |
Unicode helper functions. | |
file | cast_unicode.h [code] |
Unicode helper functions. | |
file | cast_unicode_inl.h [code] |
Unicode helper functions. | |
file | debug.cpp [code] |
debugging functions | |
file | debug.h [code] |
file | errorsContainer.cpp [code] |
Errors container (at least) for parser. | |
file | errorsContainer.h [code] |
Errors container (at least) for parser. | |
file | errorsContainer_inl.h [code] |
Inlined implementation of the basic methods of ErrorsContainer. | |
file | exceptions.cpp [code] |
file | exceptions.h [code] |
aGrUM's exceptions | |
file | functors.cpp [code] |
Class to include at least once this header. | |
file | functors.h [code] |
This files contains several function objects that are not (yet) defined in the STL. | |
file | hashFunc.cpp [code] |
Outlined implementation of basic hash functions. | |
file | hashFunc.h [code] |
Classes providing basic hash functions for hash tables. | |
file | hashFunc_inl.h [code] |
Inlined implementation of the basic hash functions. | |
file | hashFunc_tpl.h [code] |
Template implementation of the basic hash functions. | |
file | hashTable.cpp [code] |
Outlined implementation of hash tables. | |
file | hashTable.h [code] |
Class hash tables iterators. | |
file | hashTable_tpl.h [code] |
Implementation of the HashTable. | |
file | heap.cpp [code] |
Outlined implementation of gum::Heap. | |
file | heap.h [code] |
Heaps definition. | |
file | heap_tpl.h [code] |
template implementations of heaps | |
file | indexedTree.cpp [code] |
Outlined implementation of gum::IndexedTree. | |
file | indexedTree.h [code] |
Class for storing trees (as data structures, not graphs). | |
file | indexedTree_tpl.h [code] |
Implementation of tree data structures. | |
file | inline.h [code] |
aGrUM's inline/outline selection | |
file | list.cpp [code] |
outlined implementations for the chained lists | |
file | list.h [code] |
Generic class for manipulating lists. | |
file | list_tpl.h [code] |
template implementation of chained lists | |
file | multiPriorityQueue.cpp [code] |
Outline implementations of multi priority queues. | |
file | multiPriorityQueue.h [code] |
Priority queues in which the same element can appear several times. | |
file | multiPriorityQueue_tpl.h [code] |
Template implementations of multi priority queues. | |
file | OMPThreads.cpp [code] |
OpenMP wrapper implementation. | |
file | OMPThreads.h [code] |
Wrappers for OpenMP. | |
file | OMPThreads_inl.h [code] |
OpenMP wrappers implementation. | |
file | priorityQueue.cpp [code] |
Outline implementations of priority queues. | |
file | priorityQueue.h [code] |
priority queues (in which an element cannot appear more than once) | |
file | priorityQueue_tpl.h [code] |
template implementations of priority queues | |
file | progressNotification.cpp [code] |
gum::ProgressListener header file. | |
file | progressNotification.h [code] |
priority queues (in which an element cannot appear more than once) | |
file | refPtr.cpp [code] |
Outline of aGrUM's "smart" pointers. | |
file | refPtr.h [code] |
Class providing aGrUM's "smart" pointers. | |
file | refPtr_tpl.h [code] |
Implementation of aGrUM's "smart" pointers. | |
file | sequence.cpp [code] |
Outlined file of gum::Sequence, a class for storing (ordered) sequences of objects. | |
file | sequence.h [code] |
Header file of gum::Sequence, a class for storing (ordered) sequences of objects. | |
file | sequence_tpl.h [code] |
Template implementation file of gum::Sequence, a class for storing (ordered) sequences of objects. | |
file | set.cpp [code] |
Outlined implementation of Sets. | |
file | set.h [code] |
Sets of elements (i.e. | |
file | set_tpl.h [code] |
Implementation of the Set. | |
file | splay.cpp [code] |
Splay Trees outlined implementation. | |
file | splay.h [code] |
Splay Trees header file. | |
file | splay_tpl.h [code] |
Template implementation of splay trees. | |
file | thread.cpp [code] |
C++11 threads convenience utilities for agrum. | |
file | thread.h [code] |
C++11 threads convenience utilities for agrum. | |
file | thread_inl.h [code] |
C++11 threads convenience utilities for agrum. | |
file | threadData.cpp [code] |
The class that computes countings of observations from the database. | |
file | threadData.h [code] |
A wrapper that enables to store data in a way that prevents false cacheline sharing. | |
file | timer.cpp [code] |
Class used to compute response times for benchmark purposes. | |
file | timer.h [code] |
Class used to compute response times for benchmark purposes. | |
file | timer_inl.h [code] |
file | types.cpp [code] |
Class to include at least once this header. | |
file | types.h [code] |
Provides basic types used in aGrUM. | |
file | utils_dir.cpp [code] |
Contains usefull methods to work with directories. | |
file | utils_dir.h [code] |
Contains usefull methods to work with files and directories. | |
file | utils_misc.cpp [code] |
Outlined implementation for utilities for aGrUM. | |
file | utils_misc.h [code] |
Utilities for aGrUM. | |
file | utils_misc_tpl.h [code] |
Template implementation for utilities for aGrUM. | |
file | utils_random.cpp [code] |
Contains usefull methods for random stuff. | |
file | utils_random.h [code] |
Contains usefull methods for random stuff. | |
file | utils_random_inl.h [code] |
Contains useful methods for random stuff. | |
file | utils_random_tpl.h [code] |
Contains usefull methods for random stuff. | |
file | utils_string.cpp [code] |
Utilities for manipulating strings. | |
file | utils_string.h [code] |
Utilities for manipulating strings. | |
file | utils_string_inl.h [code] |
Contains usefull methods for random stuff. | |