Transpose of a matrix. More...
#include <TinyMatrixExpression.hxx>
Public Member Functions | |
TinyMatrixTranspose (const TinyMatrixExpression< T, n, m, E > &) | |
Constructor transpose(u) with an expression u. | |
const T | operator() (int, int) const |
returns the i-th element of -u | |
operator TinyMatrixTranspose< T, m, n, E > & () | |
operator TinyMatrixTranspose< T, m, n, E > const & () const | |
Transpose of a matrix.
Definition at line 163 of file TinyMatrixExpression.hxx.