|
Tannic
A C++ Tensor Library
|
| ▼Ntannic | |
| RExpression | Defines the core protocol for all expression-like types in the Tannic Tensor Library |
| ROperator | Concept defining requirements for tensor operation types |
| RFunctional | Concept for unary mathematical function operations |
| RIterable | Requires a type to be iterable via std::begin and std::end |
| RIterator | Requires a type to satisfy the C++20 std::input_iterator concept |
| RIntegral | Requires a type to be an integral type (e.g., int, std::size_t) |
| RAssignable | Concept for types that can assign values |
| RComparable | Concept for types that can compare their value |