ergo
mat::XY Struct Reference

This proxy expresses the result of multiplication of two objects, of possibly different types, TX and TY. More...

#include <matrix_proxy.h>

List of all members.

Public Member Functions

 XY (TX const &AA, TY const &BB, bool const tAA=false, bool const tBB=false)

Public Attributes

TX const & A
TY const & B
bool const tA
bool const tB

Detailed Description

This proxy expresses the result of multiplication of two objects, of possibly different types, TX and TY.

Primary application is for scalars, matrices, and transposed matrices.


Constructor & Destructor Documentation

mat::XY::XY ( TX const &  AA,
TY const &  BB,
bool const  tAA = false,
bool const  tBB = false 
) [inline]

Member Data Documentation

TX const& mat::XY::A
TY const& mat::XY::B
bool const mat::XY::tA
bool const mat::XY::tB

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