OpenMD 3.2
Molecular Dynamics in the Open
Loading...
Searching...
No Matches
QuantLib::BoundaryConstraint Class Reference

Constraint imposing all arguments to be in [low,high] More...

#include <Constraint.hpp>

Inheritance diagram for QuantLib::BoundaryConstraint:

Public Member Functions

 BoundaryConstraint (RealType low, RealType high)
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 imposing all arguments to be in [low,high]

Definition at line 85 of file Constraint.hpp.

Constructor & Destructor Documentation

◆ BoundaryConstraint()

QuantLib::BoundaryConstraint::BoundaryConstraint ( RealType low,
RealType high )
inline

Definition at line 102 of file Constraint.hpp.


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