1#ifndef GENERATE_RANDOM_COMPLEX_MATRIX_DEFINED
2#define GENERATE_RANDOM_COMPLEX_MATRIX_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 GenerateRandomComplexMatrix.hpp:7
virtual void run()
Testing environement.
Definition GenerateRandomComplexMatrix.cxx:19
static Algorithm * create(std::vector< Argument > const &argumentList)
Definition GenerateRandomComplexMatrix.hpp:14
virtual ~GenerateRandomComplexMatrix()
Definition GenerateRandomComplexMatrix.cxx:14
Definition Algorithm.hpp:10