Classes | |
class | TVectorN< T > |
Functions | |
template<class T > | |
boolean | operator== (const TVectorN< T > &lhs, const TVectorN< T > &rhs) |
template<class T > | |
boolean | operator!= (const TVectorN< T > &lhs, const TVectorN< T > &rhs) |
template<class T > | |
real | operator* (const TVectorN< T > &v1, const TVectorN< T > &v2) |
template<class T > | |
TVectorN< T > | operator- (const TVectorN< T > &a, const TVectorN< T > &b) |
boolean operator!= | ( | const TVectorN< T > & | lhs, | |
const TVectorN< T > & | rhs | |||
) | [inline] |
TVectorN<T> operator- | ( | const TVectorN< T > & | a, | |
const TVectorN< T > & | b | |||
) | [inline] |