Helper functions. More...
#include "maze/Tools.h"
Classes | |
| struct | delete_ptr |
Static Public Member Functions | |
| template<typename T> | |
| static std::vector< std::string > | get_labels_actions (const ActionSet &) |
| template<typename T> | |
| static T | get_pointer_label (const std::string &, const ActionSet &, std::string &) |
| template<typename T> | |
| static std::vector< T > | get_pointers_labels (const std::vector< std::string > &, const ActionSet &, std::string &) |
| template<typename T> | |
| static T | mean (const std::vector< T > &) |
| template<typename T> | |
| static int | sgn (T val) |
| template<typename T> | |
| static T | std (const std::vector< T > &) |
| template<typename T> | |
| static std::vector< T > | Vector2vector (const Vector &) |
| template<typename T> | |
| static Vector | vector2Vector (const std::vector< T > &) |
| template<typename T> | |
| static T | vector_l (const std::vector< T > &) |
| template<typename T> | |
| static std::vector< T > | vector_n (const std::vector< T > &) |
Helper functions.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Hosted by GitHub
|
1.17.0
|