SG++-Doxygen-Documentation
|
#include <sgpp/globaldef.hpp>
#include <sgpp/datadriven/application/learnersgdeonoffparallel/NetworkMessageData.hpp>
#include <sgpp/datadriven/application/learnersgdeonoffparallel/PendingMPIRequest.hpp>
#include <sgpp/datadriven/application/learnersgdeonoffparallel/AuxiliaryStructures.hpp>
#include <sgpp/base/datatypes/DataMatrix.hpp>
#include <vector>
#include <list>
Classes | |
struct | sgpp::datadriven::MessageTrackRequest |
Structure that holds data for pending tracking requests that need to be checked against incoming messages. More... | |
class | sgpp::datadriven::MPIMethods |
Namespaces | |
sgpp | |
This header contains some utility functions. | |
sgpp::datadriven | |
Macros | |
#define | CHECK_INT_TO_UINT(x) |
Check to determine whether a int to unsigned int cast is safe. More... | |
#define | CHECK_SIZE_T_TO_INT(x) |
Check to determine whether a size_t to integer cast is safe. More... | |
#define | GRID_RECEIVED_ADDED_POINTS 7 |
Constant for determining whether receiving the list of added grid points has completed. More... | |
#define | GRID_RECEIVED_DELETED_INDEXES 6 |
Constant for determining whether receiving the list of deleted grid points has completed. More... | |
#define | GRID_TEMPORARILY_INCONSISTENT 5 |
Constant for determining whether the grid is currently receiving segmented update lists. More... | |
#define CHECK_INT_TO_UINT | ( | x | ) |
Check to determine whether a int to unsigned int cast is safe.
Referenced by sgpp::datadriven::MPIMethods::executeMPIWaitAny(), and sgpp::datadriven::MPIMethods::initMPI().
#define CHECK_SIZE_T_TO_INT | ( | x | ) |
Check to determine whether a size_t to integer cast is safe.
Referenced by sgpp::datadriven::LearnerSGDEOnOffParallel::doRefinementForAll(), sgpp::datadriven::MPIMethods::executeMPIWaitAny(), and sgpp::datadriven::MPIMethods::sendISend().
#define GRID_RECEIVED_ADDED_POINTS 7 |
Constant for determining whether receiving the list of added grid points has completed.
Referenced by sgpp::datadriven::LearnerSGDEOnOffParallel::computeNewSystemMatrixDecomposition(), sgpp::datadriven::MPIMethods::receiveGridComponentsUpdate(), and sgpp::datadriven::MPIMethods::sendRefinementUpdates().
#define GRID_RECEIVED_DELETED_INDEXES 6 |
Constant for determining whether receiving the list of deleted grid points has completed.
Referenced by sgpp::datadriven::MPIMethods::sendRefinementUpdates().
#define GRID_TEMPORARILY_INCONSISTENT 5 |
Constant for determining whether the grid is currently receiving segmented update lists.
Referenced by sgpp::datadriven::MPIMethods::receiveGridComponentsUpdate(), sgpp::datadriven::MPIMethods::sendRefinementUpdates(), and sgpp::datadriven::MPIMethods::sendSystemMatrixDecomposition().