ergo
mat::XYZ Struct Reference

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

#include <matrix_proxy.h>

List of all members.

Public Member Functions

 XYZ (TX const &AA, TY const &BB, TZ const &CC, bool const tAA=false, bool const tBB=false, bool const tCC=false)

Public Attributes

TX const & A
TY const & B
TZ const & C
bool const tA
bool const tB
bool const tC

Detailed Description

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

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


Constructor & Destructor Documentation

mat::XYZ::XYZ ( TX const &  AA,
TY const &  BB,
TZ const &  CC,
bool const  tAA = false,
bool const  tBB = false,
bool const  tCC = false 
) [inline]

Member Data Documentation

TX const& mat::XYZ::A
TY const& mat::XYZ::B
TZ const& mat::XYZ::C
bool const mat::XYZ::tA
bool const mat::XYZ::tB
bool const mat::XYZ::tC

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