ergo
mat::XmY Struct Reference

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

#include <matrix_proxy.h>

List of all members.

Public Member Functions

 XmY (const TX &AA, const TY &BB)

Public Attributes

const TX & A
const TY & B

Detailed Description

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

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


Constructor & Destructor Documentation

mat::XmY::XmY ( const TX &  AA,
const TY &  BB 
) [inline]

Member Data Documentation

const TX& mat::XmY::A
const TY& mat::XmY::B

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