\brief Set the permutation applied by the first transpose operation. \param permutation The dimension permutation applied before the reshape. The default is the identity permutation. \see getFirstTranspose
| 4018 | //! \see getFirstTranspose |
| 4019 | //! |
| 4020 | void setFirstTranspose(Permutation permutation) noexcept |
| 4021 | { |
| 4022 | mImpl->setFirstTranspose(permutation); |
| 4023 | } |
| 4024 | |
| 4025 | //! |
| 4026 | //! \brief Get the permutation applied by the first transpose operation. |