#include <vamos/geometry/Three_Matrix.h>#include <cmath>Include dependency graph for Three_Matrix.cc:

Go to the source code of this file.
Namespaces | |
| namespace | Vamos_Geometry |
Functions | |
| void | Vamos_Geometry::rotate_elements (double mat[3][3], int i, int j, int k, int l, double h, double s, double tau) |
| void | Vamos_Geometry::swap (double &a, double &b) |
| void | Vamos_Geometry::rotate_elements (double mat[3][3], int i, int j, int k, int l, double param_h, double param_s, double tau) |
| const Vamos_Geometry::Three_Vector | Vamos_Geometry::operator * (const Three_Vector &vec, const Three_Matrix &mat) |
| const Vamos_Geometry::Three_Matrix | Vamos_Geometry::operator * (const Three_Matrix &mat1, const Three_Matrix &mat2) |
| const Vamos_Geometry::Three_Matrix | Vamos_Geometry::operator * (double factor, const Three_Matrix &mat) |
| const Vamos_Geometry::Three_Matrix | Vamos_Geometry::operator * (const Three_Matrix &mat, double factor) |
| std::ostream & | Vamos_Geometry::operator<< (std::ostream &os, Three_Matrix mat) |
| void | Vamos_Geometry::swap (double &a, double &b) |
| void | Vamos_Geometry::euler_angles (const Three_Matrix &mat, double *phi, double *theta, double *psi) |
1.4.6