All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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"

Go to the source code of this file.

Classes

class  PLMD::Value
 A class for holding the value of a function together with its derivatives. More...
 

Namespaces

 PLMD
 

Functions

void PLMD::copy (const Value &val1, Value &val2)
 
void PLMD::copy (const Value &val1, Value *val2)
 
void PLMD::add (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)