\brief Get the permutation applied by the first transpose operation. \return The dimension permutation applied before the reshape. \see setFirstTranspose
| 4030 | //! \see setFirstTranspose |
| 4031 | //! |
| 4032 | Permutation getFirstTranspose() const noexcept |
| 4033 | { |
| 4034 | return mImpl->getFirstTranspose(); |
| 4035 | } |
| 4036 | |
| 4037 | //! |
| 4038 | //! \brief Set the reshaped dimensions. |
no outgoing calls
no test coverage detected