|
| template<typename T > |
| Matrix< T, 3, 3 > | osc::operator+ (const Matrix< T, 3, 3 > &m) |
| |
| template<typename T > |
| Matrix< T, 3, 3 > | osc::operator- (const Matrix< T, 3, 3 > &m) |
| |
| template<typename T > |
| Matrix< T, 3, 3 > | osc::operator+ (const Matrix< T, 3, 3 > &m, T scalar) |
| |
| template<typename T > |
| Matrix< T, 3, 3 > | osc::operator+ (T scalar, const Matrix< T, 3, 3 > &m) |
| |
| template<typename T > |
| Matrix< T, 3, 3 > | osc::operator+ (const Matrix< T, 3, 3 > &m1, const Matrix< T, 3, 3 > &m2) |
| |
| template<typename T > |
| Matrix< T, 3, 3 > | osc::operator- (const Matrix< T, 3, 3 > &m, T scalar) |
| |
| template<typename T > |
| Matrix< T, 3, 3 > | osc::operator- (T scalar, const Matrix< T, 3, 3 > &m) |
| |
| template<typename T > |
| Matrix< T, 3, 3 > | osc::operator- (const Matrix< T, 3, 3 > &m1, const Matrix< T, 3, 3 > &m2) |
| |
| template<typename T > |
| Matrix< T, 3, 3 > | osc::operator* (const Matrix< T, 3, 3 > &m, T scalar) |
| |
| template<typename T > |
| Matrix< T, 3, 3 > | osc::operator* (T scalar, const Matrix< T, 3, 3 > &m) |
| |
| template<typename T > |
| Matrix< T, 3, 3 >::column_type | osc::operator* (const Matrix< T, 3, 3 > &m, const typename Matrix< T, 3, 3 >::row_type &v) |
| |
| template<typename T > |
| Matrix< T, 3, 3 >::row_type | osc::operator* (const typename Matrix< T, 3, 3 >::column_type &v, const Matrix< T, 3, 3 > &m) |
| |
| template<typename T > |
| Matrix< T, 3, 3 > | osc::operator* (const Matrix< T, 3, 3 > &a, const Matrix< T, 3, 3 > &b) |
| |
| template<typename T > |
| Matrix< T, 3, 3 > | osc::operator/ (const Matrix< T, 3, 3 > &m, T scalar) |
| |
| template<typename T > |
| Matrix< T, 3, 3 > | osc::operator/ (T scalar, const Matrix< T, 3, 3 > &m) |
| |
| template<typename T > |
| Matrix< T, 3, 3 >::column_type | osc::operator/ (const Matrix< T, 3, 3 > &m, const typename Matrix< T, 3, 3 >::row_type &v) |
| |
| template<typename T > |
| Matrix< T, 3, 3 >::row_type | osc::operator/ (const typename Matrix< T, 3, 3 >::column_type &v, const Matrix< T, 3, 3 > &m) |
| |
| template<typename T > |
| Matrix< T, 3, 3 > | osc::operator/ (const Matrix< T, 3, 3 > &m1, const Matrix< T, 3, 3 > &m2) |
| |
| template<typename T > |
| constexpr T | osc::identity () |
| |
| template<> |
| constexpr Matrix3x3 | osc::identity< Matrix3x3 > () |
| |