Functions |
colvarvalue | operator+ (colvarvalue const &x1, colvarvalue const &x2) |
colvarvalue | operator- (colvarvalue const &x1, colvarvalue const &x2) |
colvarvalue | operator * (cvm::real const &a, colvarvalue const &x) |
colvarvalue | operator * (colvarvalue const &x, cvm::real const &a) |
colvarvalue | operator/ (colvarvalue const &x, cvm::real const &a) |
cvm::real | operator * (colvarvalue const &x1, colvarvalue const &x2) |
std::ostream & | operator<< (std::ostream &os, colvarvalue const &x) |
std::ostream & | operator<< (std::ostream &os, std::vector< colvarvalue > const &v) |
std::istream & | operator>> (std::istream &is, colvarvalue &x) |