Template Struct Annot

Struct Documentation

template<typename T>
struct Annot

This class represents a triplet of annotations used in a tensor contraction or summation.

Template Parameters:

T – Annotation type eg. TA::DistArray takes std::string.

Public Functions

inline explicit Annot(std::array<std::any, 3> const &a)

Public Members

T const lannot

Annotation of the left operand.

T const rannot

Annotation of the right operand.

T const this_annot

Annotation of the result.