|
ESyS-Particle
2.3.4
|


Go to the source code of this file.
Functions | |
| MATRIX3_INLINE std::ostream & | operator<< (std::ostream &oStream, const Matrix3 &m) |
| MATRIX3_INLINE Matrix3 | star (const Vec3 &V) |
| MATRIX3_INLINE Matrix3 | operator* (double d, const Matrix3 &M) |
| MATRIX3_INLINE Matrix3 operator* | ( | double | d, |
| const Matrix3 & | M | ||
| ) |
scalar * matrix
References Matrix3::m.
| MATRIX3_INLINE std::ostream& operator<< | ( | std::ostream & | oStream, |
| const Matrix3 & | m | ||
| ) |
| MATRIX3_INLINE Matrix3 star | ( | const Vec3 & | V | ) |
References Matrix3::m, Vec3::X(), Vec3::Y(), and Vec3::Z().
