OpenMD 3.0
Molecular Dynamics in the Open
Loading...
Searching...
No Matches
QuantLib::CompositeConstraint Class Reference

Constraint enforcing both given sub-constraints More...

#include <Constraint.hpp>

+ Inheritance diagram for QuantLib::CompositeConstraint:

Public Member Functions

 CompositeConstraint (const Constraint &c1, const Constraint &c2)
 
- Public Member Functions inherited from QuantLib::Constraint
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)
 

Additional Inherited Members

- Protected Attributes inherited from QuantLib::Constraint
Implimpl_
 

Detailed Description

Constraint enforcing both given sub-constraints

Definition at line 107 of file Constraint.hpp.

Constructor & Destructor Documentation

◆ CompositeConstraint()

QuantLib::CompositeConstraint::CompositeConstraint ( const Constraint & c1,
const Constraint & c2 )
inline

Definition at line 121 of file Constraint.hpp.


The documentation for this class was generated from the following file: