ergo
|
This proxy expresses the result of multiplication of two objects, of possibly different types, TX and TY. More...
#include <matrix_proxy.h>
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 |
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.
|
inline |
TX const& mat::XY< TX, TY >::A |
Referenced by mat::operator*(), and mat::operator+().
TY const& mat::XY< TX, TY >::B |
Referenced by mat::operator*(), and mat::operator+().
bool const mat::XY< TX, TY >::tA |
Referenced by mat::operator*(), and mat::operator+().
bool const mat::XY< TX, TY >::tB |
Referenced by mat::operator*(), and mat::operator+().