1#ifndef GENERATE_RANDOM_TENSOR_DEFINED
2#define GENERATE_RANDOM_TENSOR_DEFINED
#define ALGORITHM_REGISTRAR_DECLARATION(NAME)
Auxiliary macro declaring the algorithm registrar for the algorithm type of the given name....
Definition Algorithm.hpp:169
Definition Algorithm.hpp:26
Definition GenerateRandomTensor.hpp:7
virtual void run()
Testing environement.
Definition GenerateRandomTensor.cxx:19
static Algorithm * create(std::vector< Argument > const &argumentList)
Definition GenerateRandomTensor.hpp:14
virtual ~GenerateRandomTensor()
Definition GenerateRandomTensor.cxx:14
Definition Algorithm.hpp:10