|
Gromacs
2025.3
|
#include "gmxpre.h"#include "gromacs/math/matrix.h"#include "gromacs/math/vectypes.h"#include "gromacs/mdspan/layouts.h"#include "gromacs/mdspan/mdspan.h"#include "gromacs/utility/real.h"
Include dependency graph for matrix.cpp:Implements routines in matrix.h .
Functions | |
| Matrix3x3 | gmx::transpose (Matrix3x3ConstSpan matrixView) |
| Calculate the transpose of a 3x3 matrix, from its view. | |
| void | gmx::matrixVectorMultiply (Matrix3x3ConstSpan matrix, RVec *v) |
| Multiply matrix with vector. | |
1.8.5