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

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

#include <matrix_proxy.h>

Public Member Functions

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

Public Attributes

const TX & A
 
const TY & B
 

Detailed Description

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

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

◆ XmY()

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

Member Data Documentation

◆ A

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

◆ B

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

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