#include "DataBuffer.hpp"#include <vector>Aller au code source de ce fichier.
Espaces de nommage | |
| namespace | Millie |
Classes | |
| class | Millie::Math |
Fonctions | |
| float | Millie::getMinimum (DataBuffer< float > &buffer) |
| retourne le minimum d'un DataBuffer<float> | |
| float | Millie::getMinimum (std::vector< float > &vect) |
| retourne le minimum d'un std::vector<float> | |
| float | Millie::getMaximum (DataBuffer< float > &buffer) |
| retourne le maximum d'un DataBuffer<float> | |
| float | Millie::getMaximum (std::vector< float > &vect) |
| retourne le maximum d'un std::vector<float> | |
| float | Millie::getAverage (std::vector< float > &vect) |
| retourne la moyenne d'un DataBuffer<float> | |
| float | Millie::getAverage (DataBuffer< float > &buffer) |
| retourne la moyenne d'un std::vector<float> | |
| float | Millie::getVariance (std::vector< float > &vect) |
| retourne la variance d'un std::vector<float> | |
| float | Millie::getVariance (DataBuffer< float > &buffer) |
| retourne la variance d'un DataBuffer<float> | |
1.5.1