TiledArray::detail::Trace< Tensor< T, A >, detail::enable_if_numeric_t< T > > Struct Template Reference
Documentation
template<typename T, typename A>
struct TiledArray::detail::Trace< Tensor< T, A >, detail::enable_if_numeric_t< T > >
Implements taking the trace of a Tensor<T> (T is a numeric type)
- Template Parameters
-
T The type of the elements in the tensor. For this specialization to be considered must satisfy the concept of numeric type. A The type of the allocator for the tensor
Public Member Functions | |
| decltype(auto) | operator() (const Tensor< T > &t) const |
Member Function Documentation
◆ operator()()
template<typename T , typename A >
|
inline |
The documentation for this struct was generated from the following file:
- TiledArray/tensor/tensor.h

1.8.20