sisi4s
Loading...
Searching...
No Matches
TensorReduceijij.hpp
Go to the documentation of this file.
1#ifndef TENSOR_REDUCE_IJIJ_DEFINED
2#define TENSOR_REDUCE_IJIJ_DEFINED
3
5
6namespace sisi4s {
7struct TensorReduceijij : public Algorithm {
9 TensorReduceijij(std::vector<Argument> const &argumentList)
10 : Algorithm(argumentList) {}
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 Algorithm.hpp:10
Definition TensorReduceijij.hpp:7
TensorReduceijij(std::vector< Argument > const &argumentList)
Definition TensorReduceijij.hpp:9
virtual void run()
Definition TensorReduceijij.cxx:10
~TensorReduceijij()
Definition TensorReduceijij.hpp:11