Calculate transposed tensor(matrix).
You can find more information in comments below.
template<class TYPE, size_t ROWS, size_t COLUMNS>
TTensor<TYPE, COLUMNS, ROWS> transposed(const TTensor<TYPE, ROWS, COLUMNS> &m); // Return transposed tensor(matrix)
Namespace: | nitisa::math |
Include: | Nitisa/Modules/Math/Tensor.h |