transposed


This object has been removed in release 10.0.0. Use NTL objects instead.

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