#include <cstring>
#include <queso/Defines.h>
#include <queso/Miscellaneous.h>
#include <queso/GslVector.h>
#include <queso/GslMatrix.h>
#include <sys/time.h>
#include <iostream>
#include <fstream>
#include <libgen.h>
#include <sys/stat.h>
#include <cmath>
Go to the source code of this file.
 | 
| void  | QUESO::MiscReadDoublesFromString (const std::string &inputString, std::vector< double > &outputDoubles) | 
|   | 
| void  | QUESO::MiscReadWordsFromString (const std::string &inputString, std::vector< std::string > &outputWords) | 
|   | 
| int  | QUESO::MiscReadStringAndDoubleFromFile (std::ifstream &ifs, std::string &termString, double *termValue) | 
|   | 
| int  | QUESO::MiscReadCharsAndDoubleFromFile (std::ifstream &ifs, std::string &termString, double *termValue, bool &endOfLineAchieved) | 
|   | 
| double  | QUESO::MiscGammar (double a, double b, const RngBase *rngObject) | 
|   | 
| double  | QUESO::MiscGetEllapsedSeconds (struct timeval *timeval0) | 
|   | 
| double  | QUESO::MiscHammingWindow (unsigned int N, unsigned int j) | 
|   | 
| double  | QUESO::MiscGaussianDensity (double x, double mu, double sigma) | 
|   | 
| unsigned int  | QUESO::MiscUintDebugMessage (unsigned int value, const char *message) | 
|   | 
| int  | QUESO::MiscIntDebugMessage (int value, const char *message) | 
|   | 
| double  | QUESO::MiscDoubleDebugMessage (double value, const char *message) | 
|   | 
| int  | QUESO::CheckFilePath (const char *path) | 
|   | 
| int  | QUESO::GRVY_CheckDir (const char *dirname) | 
|   | 
| template<class T >  | 
| bool  | QUESO::MiscCheckForSameValueInAllNodes (T &inputValue, double acceptableTreshold, const MpiComm &comm, const char *whereString) | 
|   | 
| template<class V >  | 
| void  | QUESO::MiscComputePositionsBetweenMinMax (V minValues, V maxValues, std::vector< V * > &positions) | 
|   | 
| template<class V1 , class V2 >  | 
| void  | QUESO::MiscCheckTheParallelEnvironment (const V1 &vec1, const V2 &vec2) | 
|   | 
| template void  | QUESO::MiscCheckTheParallelEnvironment< QUESO::GslVector, QUESO::GslVector > (QUESO::GslVector const &, QUESO::GslVector const &) | 
|   |