tesseract++ 0.0.1
N-dimensional tensor library for embedded systems
Loading...
Searching...
No Matches
permuted_view_traits.h
Go to the documentation of this file.
1// #pragma once
2
3// template <typename Tensor, my_size_t N>
4// class PermutedView; // forward declarations
5
6// namespace expression
7// {
8// template <typename Tensor, my_size_t N>
9// struct traits<PermutedView<Tensor, N>>
10// {
11// };
12
13// } // namespace expression