Tannic
A C++ Tensor Library
Loading...
Searching...
No Matches
Concepts
Here is a list of all concepts with brief descriptions:
[detail level 12]
 Ntannic
 RExpressionDefines the core protocol for all expression-like types in the Tannic Tensor Library
 ROperatorConcept defining requirements for tensor operation types
 RFunctionalConcept for unary mathematical function operations
 RIterableRequires a type to be iterable via std::begin and std::end
 RIteratorRequires a type to satisfy the C++20 std::input_iterator concept
 RIntegralRequires a type to be an integral type (e.g., int, std::size_t)
 RAssignableConcept for types that can assign values
 RComparableConcept for types that can compare their value