ergo
mat::XpY< TX, TY > Struct Template Reference

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

#include <matrix_proxy.h>

Public Member Functions

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

Public Attributes

const TX & A
const TY & B

Detailed Description

template<typename TX, typename TY>
struct mat::XpY< TX, TY >

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

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

Constructor & Destructor Documentation

template<typename TX, typename TY>
mat::XpY< TX, TY >::XpY ( const TX &  AA,
const TY &  BB 
)
inline

Member Data Documentation

template<typename TX, typename TY>
const TX& mat::XpY< TX, TY >::A
template<typename TX, typename TY>
const TY& mat::XpY< TX, TY >::B

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