xerus
a general purpose tensor library
missingFunctions.h File Reference

Header file for some helper functions. More...

#include <string>

Go to the source code of this file.

Namespaces

 xerus
 The main namespace of xerus.
 
 xerus::misc
 Collection of classes and functions that provide elementary functionality that is not special to xerus as a tensor library.
 

Functions

std::string xerus::misc::exec (const std::string &_cmd)
 Execute a given command. More...
 
void xerus::misc::exec (const std::string &_cmd, const std::string &_stdin)
 Execute a given command and pipe _stdin to its std input,. More...
 

Detailed Description

Header file for some helper functions.

Definition in file missingFunctions.h.