|
HG-MD
1
|


Go to the source code of this file.
Classes | |
| class | MatrixSymmetric3D |
| Implementation of a 3D symmetric matrix. More... | |
| class | Matrix3D |
| Implementation of a 3D matrix. More... | |
Functions | |
| MatrixSymmetric3D | SymmetrizedDyadic (Vec3D A, Vec3D B) |
| Implementation of a 3D matrix. | |
| Matrix3D | Dyadic (Vec3D A, Vec3D B) |
calculates the dyadic product ( ) | |
| MatrixSymmetric3D SymmetrizedDyadic | ( | Vec3D | A, |
| Vec3D | B | ||
| ) |
Implementation of a 3D matrix.
calculates the symmetrized dyadic product (
)
References Vec3D::X, Vec3D::Y, and Vec3D::Z.
Referenced by StatisticsVector< T >::evaluate_particle_statistics().
1.7.6.1