sisi4s
Loading...
Searching...
No Matches
FromComplexTensor.hpp
Go to the documentation of this file.
1#ifndef FROM_COMPLEX_TENSOR_DEFINED
2#define FROM_COMPLEX_TENSOR_DEFINED
3
5
6namespace sisi4s {
8public:
10 FromComplexTensor(std::vector<Argument> const &argumentList);
11 virtual ~FromComplexTensor();
12 virtual void run();
13};
14} // namespace sisi4s
15
16#endif
#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 FromComplexTensor.hpp:7
virtual ~FromComplexTensor()
Definition FromComplexTensor.cxx:12
virtual void run()
Testing environement.
Definition FromComplexTensor.cxx:17
Definition Algorithm.hpp:10