ampsci
c++ program for high-precision atomic structure calculations of single-valence systems
|
Helper template for Arithmetic operations. Derive from this to provide +,-,*,/, given +=, -=, *=, /=. More...
#include <Template.hpp>
Friends | |
T | operator+ (T lhs, const T &rhs) |
T | operator- (T lhs, const T &rhs) |
T | operator* (T lhs, const T &rhs) |
T | operator/ (T lhs, const T &rhs) |
Helper template for Arithmetic operations. Derive from this to provide +,-,*,/, given +=, -=, *=, /=.