xerus
a general purpose tensor library
|
Implementation of the non-trivial non-template functions in the missingFunctions header. More...
#include <xerus/misc/missingFunctions.h>
#include <xerus/misc/check.h>
#include <xerus/misc/internal.h>
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... | |
Implementation of the non-trivial non-template functions in the missingFunctions header.
Definition in file missingFunctions.cpp.