| Collective Variables Module - Developer Documentation
    | 
2-dimensional array of real numbers with three components along each dimension (works with colvarmodule::rvector) More...
#include <colvartypes.h>
| Public Member Functions | |
| rmatrix () | |
| Default constructor. | |
| rmatrix (cvm::real xxi, cvm::real xyi, cvm::real xzi, cvm::real yxi, cvm::real yyi, cvm::real yzi, cvm::real zxi, cvm::real zyi, cvm::real zzi) | |
| Constructor component by component. | |
| void | reset () | 
| cvm::real | determinant () const | 
| Return the determinant. | |
| cvm::rmatrix | transpose () const | 
| rmatrix & | operator+= (const rmatrix &rhs) | 
| Public Attributes | |
| cvm::real | xx | 
| cvm::real | xy | 
| cvm::real | xz | 
| cvm::real | yx | 
| cvm::real | yy | 
| cvm::real | yz | 
| cvm::real | zx | 
| cvm::real | zy | 
| cvm::real | zz | 
| Friends | |
| cvm::rvector | operator* (cvm::rmatrix const &m, cvm::rvector const &r) | 
2-dimensional array of real numbers with three components along each dimension (works with colvarmodule::rvector)