1#ifndef SRC_ALGORITHMS_COMPLEXTENSORREADER_HPP_
2#define SRC_ALGORITHMS_COMPLEXTENSORREADER_HPP_
#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 ComplexTensorReader.hpp:9
virtual void run()
Reads real tensor data into the tensor Data.
Definition ComplexTensorReader.cxx:20
virtual ~ComplexTensorReader()
Definition ComplexTensorReader.cxx:18
Definition Algorithm.hpp:10