Gromacs
2018.8
|
Declares routines to invert 3x3 matrices.
Functions | |
void | gmx::invertBoxMatrix (const matrix src, matrix dest) |
Invert a simulation-box matrix in src , return in dest . More... | |
void | gmx::invertMatrix (const matrix src, matrix dest) |
Invert a general 3x3 matrix in src , return in dest . More... | |