Public Member Functions | List of all members
Seldon::TinyMatrixTranspose< T, m, n, E > Class Template Reference

Transpose of a matrix. More...

#include <TinyMatrixExpression.hxx>

Inheritance diagram for Seldon::TinyMatrixTranspose< T, m, n, E >:
Seldon::TinyMatrixExpression< T, m, n, TinyMatrixTranspose< T, m, n, E > >

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
 

Detailed Description

template<class T, int m, int n, class E>
class Seldon::TinyMatrixTranspose< T, m, n, E >

Transpose of a matrix.

Definition at line 163 of file TinyMatrixExpression.hxx.


The documentation for this class was generated from the following files: