Home
last modified time | relevance | path

Searched defs:BoundConstraint (Results 1 – 6 of 6) sorted by relevance

/dports/math/optpp/optpp-2.4/src/Constraints/
H A DBoundConstraint.C17 BoundConstraint::BoundConstraint(): numOfCons_(0), numOfVars_(0), in BoundConstraint() function
22 BoundConstraint::BoundConstraint(int nc, const ColumnVector& lower): in BoundConstraint() function
41 BoundConstraint::BoundConstraint(int nc, const ColumnVector& bound, in BoundConstraint() function
73 BoundConstraint::BoundConstraint(int nc, const ColumnVector& lower, in BoundConstraint() function
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/OPTPP/src/Constraints/
H A DBoundConstraint.C17 BoundConstraint::BoundConstraint(): numOfCons_(0), numOfVars_(0), in BoundConstraint() function
22 BoundConstraint::BoundConstraint(int nc, const SerialDenseVector<int,double>& lower): in BoundConstraint() function
41 BoundConstraint::BoundConstraint(int nc, const SerialDenseVector<int,double>& bound, in BoundConstraint() function
73 BoundConstraint::BoundConstraint(int nc, const SerialDenseVector<int,double>& lower, in BoundConstraint() function
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/CoMISo/NSolver/
H A DBoundConstraint.hh34 class COMISODLLEXPORT BoundConstraint : public NConstraintInterface class
H A DBoundConstraint.cc24 BoundConstraint(const unsigned int _var_idx, // index of variable for bound constraint in BoundConstraint() function in COMISO::BoundConstraint
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/src/function/boundconstraint/
H A DROL_BoundConstraint.hpp72 class BoundConstraint { class
84 BoundConstraint(void) : Lactivated_(true), Uactivated_(true), hasSetScalar_(false) {} in BoundConstraint() function in ROL::BoundConstraint
86BoundConstraint(const Vector<Real> &x) : Lactivated_(false), Uactivated_(false), hasSetScalar_(fal… in BoundConstraint() function in ROL::BoundConstraint
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/adapters/minitensor/test/function/
H A Dtest_01.cpp356 TEST(MiniTensor_ROL, BoundConstraint) in TEST() argument