#include <vector>
#include "colvarmodule.h"
Go to the source code of this file.
Compounds | |
class | colvarmodule::vector1d |
\brief Arbitrary size array (one dimensions) suitable for linear algebra operations (i.e. for floating point numbers it can be used with library functions). More... | |
class | colvarmodule::matrix2d |
\brief Arbitrary size array (two dimensions) suitable for linear algebra operations (i.e. for floating point numbers it can be used with library functions). More... | |
class | colvarmodule::matrix2d::row |
class | colvarmodule::rvector |
vector of real numbers with three components. More... | |
class | colvarmodule::rmatrix |
\brief 2-dimensional array of real numbers with three components along each dimension (works with colvarmodule::rvector). More... | |
class | colvarmodule::quaternion |
\brief 1-dimensional vector of real numbers with four components and a quaternion algebra. More... | |
class | colvarmodule::rotation |
\brief A rotation between two sets of coordinates (for the moment a wrapper for colvarmodule::quaternion). More... | |
Defines | |
#define | PI 3.14159265358979323846 |
|