iaMatrix.inl File Reference

Macros

#define MATSWAP(a, b)
 

Functions

template<class T >
IGOR_INLINE std::wostream & operator<< (std::wostream &stream, const iaMatrix< T > &m)
 

Macro Definition Documentation

◆ MATSWAP

#define MATSWAP (   a,
 
)
Value:
{ \
temp = (a); \
(a) = (b); \
(b) = temp; \
}

Function Documentation

◆ operator<<()

template<class T >
IGOR_INLINE std::wostream & operator<< ( std::wostream &  stream,
const iaMatrix< T > &  m 
)