Classes | Namespaces | Functions
Value.h File Reference
#include <vector>
#include <string>
#include <map>
#include "tools/Exception.h"
#include "tools/Tools.h"
#include "tools/AtomNumber.h"
#include "tools/Vector.h"

Classes

class  PLMD::Value
 

Namespaces

 PLMD
 

Functions

void PLMD::add (const Value &val1, Value *val2)
 
void PLMD::copy (const Value &val1, Value &val2)
 
void PLMD::copy (const Value &val1, Value *val2)
 
void PLMD::product (const Value &val1, const Value &val2, Value &valout)
 
void PLMD::quotient (const Value &val1, const Value &val2, Value *valout)