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