ESyS-Particle  2.3.4
Matrix3.hpp File Reference
Include dependency graph for Matrix3.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ operator*()

MATRIX3_INLINE Matrix3 operator* ( double  d,
const Matrix3 M 
)

scalar * matrix

References Matrix3::m.

◆ operator<<()

MATRIX3_INLINE std::ostream& operator<< ( std::ostream &  oStream,
const Matrix3 m 
)

◆ star()

MATRIX3_INLINE Matrix3 star ( const Vec3 V)

References Matrix3::m, Vec3::X(), Vec3::Y(), and Vec3::Z().

Here is the call graph for this function: