Gromacs
2021
|
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. | |