#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 |
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) |
Hosted by GitHub | 1.8.14 |