template<class Operand>
Rodin::Variational::Transpose class

Represents the transpose matrix $ A^T $ of some matrix $ A $ .

Template parameters
Operand Type of operand

Represents the mathematical expression:

\[ \text{Operand}^T \]

where Operand is a type representing an $ n \times m $ matrix $ A $ and the transpose matrix $ A^T $ is an $ m \times n $ matrix defined by

\[ {A^T}_{ij} = A_{ji} \ . \]