|
ergo
|
This proxy expresses the result of multiplication of three objects, of possibly different types, TX, TY, and TZ. More...
#include <matrix_proxy.h>
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 |
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.
|
inline |