0.45.0
Macros
|
Functions
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,
b
)
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
)
iaux
iaux
math
iaMatrix.inl
Generated by
1.9.4. Dark theme by
Tilen Majerle
. All rights reserved.