|
template<typename T > |
xyzMatrix< T > | numeric::operator+ (T const &t, xyzMatrix< T > const &m) |
| T + xyzMatrix. More...
|
|
template<typename T > |
xyzMatrix< T > | numeric::operator- (T const &t, xyzMatrix< T > const &m) |
| T - xyzMatrix. More...
|
|
template<typename T > |
xyzMatrix< T > | numeric::operator* (T const &t, xyzMatrix< T > const &m) |
| T * xyzMatrix. More...
|
|
template<typename T > |
bool | numeric::operator== (xyzMatrix< T > const &a, xyzMatrix< T > const &b) |
| xyzMatrix == xyzMatrix More...
|
|
template<typename T > |
bool | numeric::operator!= (xyzMatrix< T > const &a, xyzMatrix< T > const &b) |
| xyzMatrix != xyzMatrix More...
|
|
template<typename T > |
bool | numeric::operator< (xyzMatrix< T > const &a, xyzMatrix< T > const &b) |
| xyzMatrix < xyzMatrix More...
|
|
template<typename T > |
bool | numeric::operator<= (xyzMatrix< T > const &a, xyzMatrix< T > const &b) |
| xyzMatrix <= xyzMatrix More...
|
|
template<typename T > |
bool | numeric::operator>= (xyzMatrix< T > const &a, xyzMatrix< T > const &b) |
| xyzMatrix >= xyzMatrix More...
|
|
template<typename T > |
bool | numeric::operator> (xyzMatrix< T > const &a, xyzMatrix< T > const &b) |
| xyzMatrix > xyzMatrix More...
|
|
template<typename T > |
bool | numeric::operator== (xyzMatrix< T > const &m, T const &t) |
| xyzMatrix == T More...
|
|
template<typename T > |
bool | numeric::operator!= (xyzMatrix< T > const &m, T const &t) |
| xyzMatrix != T More...
|
|
template<typename T > |
bool | numeric::operator< (xyzMatrix< T > const &m, T const &t) |
| xyzMatrix < T More...
|
|
template<typename T > |
bool | numeric::operator<= (xyzMatrix< T > const &m, T const &t) |
| xyzMatrix <= T More...
|
|
template<typename T > |
bool | numeric::operator>= (xyzMatrix< T > const &m, T const &t) |
| xyzMatrix >= T More...
|
|
template<typename T > |
bool | numeric::operator> (xyzMatrix< T > const &m, T const &t) |
| xyzMatrix > T More...
|
|
template<typename T > |
bool | numeric::operator== (T const &t, xyzMatrix< T > const &m) |
| T == xyzMatrix. More...
|
|
template<typename T > |
bool | numeric::operator!= (T const &t, xyzMatrix< T > const &m) |
| T != xyzMatrix. More...
|
|
template<typename T > |
bool | numeric::operator< (T const &t, xyzMatrix< T > const &m) |
| T < xyzMatrix. More...
|
|
template<typename T > |
bool | numeric::operator<= (T const &t, xyzMatrix< T > const &m) |
| T <= xyzMatrix. More...
|
|
template<typename T > |
bool | numeric::operator>= (T const &t, xyzMatrix< T > const &m) |
| T >= xyzMatrix. More...
|
|
template<typename T > |
bool | numeric::operator> (T const &t, xyzMatrix< T > const &m) |
| T > xyzMatrix. More...
|
|