1#ifndef TATOOINE_EINSTEIN_NOTATION_ADDED_CONTRACTED_STATIC_TENSOR_H
2#define TATOOINE_EINSTEIN_NOTATION_ADDED_CONTRACTED_STATIC_TENSOR_H
6template <
typename... ContractedTensors>
15 template <std::
size_t I>
19 template <std::
size_t I>
Definition: added_contracted_dynamic_tensor.h:4
Definition: added_contracted_static_tensor.h:7
auto at()
Definition: added_contracted_static_tensor.h:20
std::tuple< ContractedTensors... > m_tensors
Definition: added_contracted_static_tensor.h:9
added_contracted_static_tensor(ContractedTensors... tensors)
Definition: added_contracted_static_tensor.h:12
auto at() const
Definition: added_contracted_static_tensor.h:16