|
OpenMD 3.2
Molecular Dynamics in the Open
|
Base constraint class. More...
#include <Constraint.hpp>
Classes | |
| class | Impl |
| Base class for constraint implementations. More... | |
Public Member Functions | |
| bool | empty () const |
| bool | test (const DynamicVector< RealType > &p) const |
| RealType | update (DynamicVector< RealType > &p, const DynamicVector< RealType > &direction, RealType beta) |
| Constraint (Impl *impl=NULL) | |
Protected Attributes | |
| Impl * | impl_ |
Base constraint class.
Definition at line 35 of file Constraint.hpp.
| QuantLib::Constraint::Constraint | ( | Constraint::Impl * | impl = NULL | ) |
Definition at line 28 of file Constraint.cpp.
|
inlinevirtual |
Definition at line 52 of file Constraint.hpp.
|
inline |
Definition at line 47 of file Constraint.hpp.
|
inline |
Definition at line 48 of file Constraint.hpp.
| RealType QuantLib::Constraint::update | ( | DynamicVector< RealType > & | p, |
| const DynamicVector< RealType > & | direction, | ||
| RealType | beta ) |
Definition at line 30 of file Constraint.cpp.
|
protected |
Definition at line 44 of file Constraint.hpp.