This proxy expresses the result of substraction of two objects, of possibly different types, TX and TY.
More...
#include <matrix_proxy.h>
|
| XmY (const TX &AA, const TY &BB) |
|
|
const TX & | A |
|
const TY & | B |
|
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.
◆ XmY()
template<typename TX , typename TY >
mat::XmY< TX, TY >::XmY |
( |
const TX & |
AA, |
|
|
const TY & |
BB |
|
) |
| |
|
inline |
template<typename TX , typename TY >
template<typename TX , typename TY >
The documentation for this struct was generated from the following file: