mat::Xtrans< TX > Struct Template Reference

This proxy expresses the result of transposition of an object of type TX. More...

#include <matrix_proxy.h>

List of all members.

Public Member Functions

 Xtrans (TX const &AA, bool const tAA=false)

Public Attributes

TX const & A
bool const tA

Detailed Description

template<typename TX>
struct mat::Xtrans< TX >

This proxy expresses the result of transposition of an object of type TX.

Primary application is for matrices and transposed matrices.

See also:
transpose(TX const &)

Constructor & Destructor Documentation

template<typename TX>
mat::Xtrans< TX >::Xtrans ( TX const &  AA,
bool const   tAA = false 
) [inline, explicit]

Member Data Documentation

template<typename TX>
TX const& mat::Xtrans< TX >::A

Referenced by mat::operator*(), and mat::transpose().

template<typename TX>
bool const mat::Xtrans< TX >::tA

Referenced by mat::operator*(), and mat::transpose().


The documentation for this struct was generated from the following file:

Generated on 21 Nov 2012 for ergo by  doxygen 1.6.1