ergo
mat::Xtrans Struct 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

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

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

Member Data Documentation

TX const& mat::Xtrans::A
bool const mat::Xtrans::tA

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