Home
last modified time | relevance | path

Searched refs:SmartPtr (Results 1 – 25 of 1411) sorted by relevance

12345678910>>...57

/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Optimizers/src/IpOpt/
H A DIpNLPScaling.hpp54 virtual SmartPtr<Vector>
60 virtual SmartPtr<Vector>
72 virtual SmartPtr<Vector>
75 virtual SmartPtr<Vector>
84 virtual SmartPtr<Vector>
87 virtual SmartPtr<Vector>
148 virtual SmartPtr<Vector>
155 virtual SmartPtr<Vector>
340 SmartPtr<Vector>& dx,
341 SmartPtr<Vector>& dc,
[all …]
H A DIpIpoptCalculatedQuantities.hpp117 SmartPtr<const Vector> curr_c();
399 SmartPtr<IpoptNLP> ip_nlp_;
401 SmartPtr<IpoptData> ip_data_;
560 SmartPtr<Vector> tmp_x_;
561 SmartPtr<Vector> tmp_s_;
562 SmartPtr<Vector> tmp_c_;
563 SmartPtr<Vector> tmp_d_;
564 SmartPtr<Vector> tmp_x_L_;
565 SmartPtr<Vector> tmp_x_U_;
566 SmartPtr<Vector> tmp_s_L_;
[all …]
H A DIpOrigIpoptNLP.hpp37 const SmartPtr<NLP>& nlp,
253 SmartPtr<NLP> nlp() in nlp()
269 SmartPtr<NLP> nlp_;
320 SmartPtr<const Vector> x_L_;
323 SmartPtr<const Matrix> Px_L_;
326 SmartPtr<const Vector> x_U_;
329 SmartPtr<const Matrix> Px_U_;
332 SmartPtr<const Vector> d_L_;
335 SmartPtr<const Matrix> Pd_L_;
338 SmartPtr<const Vector> d_U_;
[all …]
H A DIpRestoIpoptNLP.hpp300 SmartPtr<IpoptNLP> orig_ip_nlp_;
343 SmartPtr<CompoundVector> x_L_;
346 SmartPtr<CompoundMatrix> Px_L_;
349 SmartPtr<const Vector> x_U_;
352 SmartPtr<CompoundMatrix> Px_U_;
355 SmartPtr<const Vector> d_L_;
358 SmartPtr<const Matrix> Pd_L_;
361 SmartPtr<const Vector> d_U_;
364 SmartPtr<const Matrix> Pd_U_;
378 SmartPtr<Vector> dr_x_;
[all …]
H A DIpSmartPtr.hpp176 SmartPtr(const SmartPtr<T>& copy);
213 SmartPtr<T>& operator=(const SmartPtr<T>& rhs);
304 SmartPtr<T>& SetFromSmartPtr_(const SmartPtr<T>& rhs);
347 SmartPtr<T>::SmartPtr() in SmartPtr() function in SimTKIpopt::SmartPtr
366 SmartPtr<T>::SmartPtr(const SmartPtr<T>& copy) in SmartPtr() function in SimTKIpopt::SmartPtr
409 SmartPtr<T>::SmartPtr(T* ptr) in SmartPtr() function in SimTKIpopt::SmartPtr
428 SmartPtr<T>::~SmartPtr() in ~SmartPtr()
473 SmartPtr<T>& SmartPtr<T>::operator=(T* rhs) in operator =()
484 SmartPtr<T>& SmartPtr<T>::operator=(const SmartPtr<T>& rhs) in operator =()
497 SmartPtr<T>& SmartPtr<T>::SetFromRawPtr_(T* rhs) in SetFromRawPtr_()
[all …]
H A DIpNLPScaling.cpp20 const SmartPtr<const Vector>& lu, in apply_vector_scaling_x_LU_NonConst()
45 const SmartPtr<const Vector>& lu, in apply_vector_scaling_x_LU()
58 const SmartPtr<const Vector>& lu, in apply_vector_scaling_d_LU_NonConst()
83 const SmartPtr<const Vector>& lu, in apply_vector_scaling_d_LU()
133 const SmartPtr<const Vector>& v) in apply_grad_obj_scaling_NonConst()
144 const SmartPtr<const Vector>& v) in apply_grad_obj_scaling()
216 SmartPtr<Vector> dc; in DetermineScaling()
217 SmartPtr<Vector> dd; in DetermineScaling()
529 SmartPtr<Vector>& dx, in DetermineScalingParametersImpl()
530 SmartPtr<Vector>& dc, in DetermineScalingParametersImpl()
[all …]
H A DIpLimMemQuasiNewtonUpdater.hpp137 SmartPtr<MultiVectorMatrix> S_;
141 SmartPtr<MultiVectorMatrix> Y_;
147 SmartPtr<DenseVector> D_;
149 SmartPtr<DenseGenMatrix> L_;
151 SmartPtr<Vector> B0_;
157 SmartPtr<MultiVectorMatrix> V_;
159 SmartPtr<MultiVectorMatrix> U_;
162 SmartPtr<DenseSymMatrix> SdotS_;
172 SmartPtr<const Vector> last_x_;
192 SmartPtr<DenseVector> D_old_;
[all …]
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/Algorithm/
H A DIpNLPScaling.hpp59 virtual SmartPtr<Vector>
65 virtual SmartPtr<Vector>
77 virtual SmartPtr<Vector>
80 virtual SmartPtr<Vector>
89 virtual SmartPtr<Vector>
92 virtual SmartPtr<Vector>
153 virtual SmartPtr<Vector>
160 virtual SmartPtr<Vector>
349 SmartPtr<Vector>& dx,
350 SmartPtr<Vector>& dc,
[all …]
H A DIpIpoptCalculatedQuantities.hpp185 SmartPtr<const Vector> curr_c();
486 SmartPtr<IpoptNLP> ip_nlp_;
488 SmartPtr<IpoptData> ip_data_;
652 SmartPtr<Vector> tmp_x_;
653 SmartPtr<Vector> tmp_s_;
654 SmartPtr<Vector> tmp_c_;
655 SmartPtr<Vector> tmp_d_;
656 SmartPtr<Vector> tmp_x_L_;
657 SmartPtr<Vector> tmp_x_U_;
658 SmartPtr<Vector> tmp_s_L_;
[all …]
H A DIpOrigIpoptNLP.hpp43 const SmartPtr<NLP>& nlp,
266 SmartPtr<NLP> nlp() in nlp()
320 SmartPtr<NLP> nlp_;
374 SmartPtr<const Vector> x_L_;
377 SmartPtr<const Matrix> Px_L_;
380 SmartPtr<const Vector> x_U_;
383 SmartPtr<const Matrix> Px_U_;
386 SmartPtr<const Vector> d_L_;
389 SmartPtr<const Matrix> Pd_L_;
392 SmartPtr<const Vector> d_U_;
[all …]
H A DIpRestoIpoptNLP.hpp307 SmartPtr<IpoptNLP> orig_ip_nlp_;
350 SmartPtr<CompoundVector> x_L_;
353 SmartPtr<CompoundMatrix> Px_L_;
356 SmartPtr<CompoundVector> x_U_;
359 SmartPtr<CompoundMatrix> Px_U_;
362 SmartPtr<CompoundVector> d_L_;
365 SmartPtr<CompoundMatrix> Pd_L_;
368 SmartPtr<CompoundVector> d_U_;
371 SmartPtr<CompoundMatrix> Pd_U_;
385 SmartPtr<Vector> dr_x_;
[all …]
H A DIpLimMemQuasiNewtonUpdater.hpp141 SmartPtr<MultiVectorMatrix> S_;
145 SmartPtr<MultiVectorMatrix> Y_;
151 SmartPtr<DenseVector> D_;
153 SmartPtr<DenseGenMatrix> L_;
155 SmartPtr<Vector> B0_;
161 SmartPtr<MultiVectorMatrix> V_;
163 SmartPtr<MultiVectorMatrix> U_;
166 SmartPtr<DenseSymMatrix> SdotS_;
176 SmartPtr<const Vector> last_x_;
196 SmartPtr<DenseVector> D_old_;
[all …]
H A DIpNLPScaling.cpp29 const SmartPtr<const Vector>& lu, in apply_vector_scaling_x_LU_NonConst()
55 const SmartPtr<const Vector>& lu, in apply_vector_scaling_x_LU()
69 const SmartPtr<const Vector>& lu, in apply_vector_scaling_d_LU_NonConst()
95 const SmartPtr<const Vector>& lu, in apply_vector_scaling_d_LU()
148 const SmartPtr<const Vector>& v) in apply_grad_obj_scaling_NonConst()
160 const SmartPtr<const Vector>& v) in apply_grad_obj_scaling()
243 SmartPtr<Vector> dc; in DetermineScaling()
244 SmartPtr<Vector> dd; in DetermineScaling()
582 SmartPtr<Vector>& dx, in DetermineScalingParametersImpl()
583 SmartPtr<Vector>& dc, in DetermineScalingParametersImpl()
[all …]
H A DIpIpoptNLP.hpp33 IpoptNLP(const SmartPtr<NLPScalingObject> nlp_scaling) in IpoptNLP()
109 virtual SmartPtr<const Vector> x_L() const = 0;
112 virtual SmartPtr<const Matrix> Px_L() const = 0;
115 virtual SmartPtr<const Vector> x_U() const = 0;
118 virtual SmartPtr<const Matrix> Px_U() const = 0;
121 virtual SmartPtr<const Vector> d_L() const = 0;
124 virtual SmartPtr<const Matrix> Pd_L() const = 0;
127 virtual SmartPtr<const Vector> d_U() const = 0;
130 virtual SmartPtr<const Matrix> Pd_U() const = 0;
232 SmartPtr<NLPScalingObject> NLP_scaling() const in NLP_scaling()
[all …]
/dports/math/gravity/Gravity-da941e9/thirdparty/Ipopt/include/coin-or/
H A DIpNLPScaling.hpp66 virtual SmartPtr<Vector>
78 virtual SmartPtr<Vector>
102 virtual SmartPtr<Vector>
108 virtual SmartPtr<Vector>
126 virtual SmartPtr<Vector>
132 virtual SmartPtr<Vector>
218 virtual SmartPtr<Vector>
231 virtual SmartPtr<Vector>
336 virtual SmartPtr<Vector>
346 virtual SmartPtr<Vector>
[all …]
H A DIpIpoptCalculatedQuantities.hpp613 SmartPtr<IpoptNLP> ip_nlp_;
615 SmartPtr<IpoptData> ip_data_;
790 SmartPtr<Vector> tmp_x_;
791 SmartPtr<Vector> tmp_s_;
792 SmartPtr<Vector> tmp_c_;
793 SmartPtr<Vector> tmp_d_;
794 SmartPtr<Vector> tmp_x_L_;
795 SmartPtr<Vector> tmp_x_U_;
796 SmartPtr<Vector> tmp_s_L_;
797 SmartPtr<Vector> tmp_s_U_;
[all …]
H A DIpSmartPtr.hpp182 SmartPtr(
444 SmartPtr<T>::SmartPtr() in SmartPtr() function in Ipopt::SmartPtr
457 SmartPtr<T>::SmartPtr( in SmartPtr() function in Ipopt::SmartPtr
476 SmartPtr<T>::SmartPtr( in SmartPtr() function in Ipopt::SmartPtr
494 SmartPtr<T>::SmartPtr( in SmartPtr() function in Ipopt::SmartPtr
512 SmartPtr<T>::~SmartPtr() in ~SmartPtr()
552 SmartPtr<T>& SmartPtr<T>::operator=( in operator =()
564 SmartPtr<T>& SmartPtr<T>::operator=( in operator =()
579 SmartPtr<T>& SmartPtr<T>::operator=( in operator =()
593 SmartPtr<T>& SmartPtr<T>::SetFromRawPtr_( in SetFromRawPtr_()
[all …]
H A DIpOrigIpoptNLP.hpp62 SmartPtr<Vector>& x,
64 SmartPtr<Vector>& y_c,
66 SmartPtr<Vector>& y_d,
68 SmartPtr<Vector>& z_L,
70 SmartPtr<Vector>& z_U,
72 SmartPtr<Vector>& v_L,
73 SmartPtr<Vector>& v_U
317 SmartPtr<NLP> nlp() in nlp()
372 SmartPtr<NLP> nlp_;
431 SmartPtr<const Vector> x_L_;
[all …]
H A DIpIpoptNLP.hpp69 SmartPtr<Vector>& x,
71 SmartPtr<Vector>& y_c,
73 SmartPtr<Vector>& y_d,
75 SmartPtr<Vector>& z_L,
77 SmartPtr<Vector>& z_U,
79 SmartPtr<Vector>& v_L,
80 SmartPtr<Vector>& v_U
101 virtual SmartPtr<const Vector> c(
106 virtual SmartPtr<const Matrix> jac_c(
113 virtual SmartPtr<const Vector> d(
[all …]
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/Common/
H A DIpSmartPtr.hpp183 SmartPtr(const SmartPtr<T>& copy);
187 SmartPtr(const SmartPtr<U>& copy);
361 SmartPtr<T>::SmartPtr() in SmartPtr() function in Ipopt::SmartPtr
377 SmartPtr<T>::SmartPtr(const SmartPtr<T>& copy) in SmartPtr() function in Ipopt::SmartPtr
395 SmartPtr<T>::SmartPtr(const SmartPtr<U>& copy) in SmartPtr() function in Ipopt::SmartPtr
412 SmartPtr<T>::SmartPtr(T* ptr) in SmartPtr() function in Ipopt::SmartPtr
428 SmartPtr<T>::~SmartPtr() in ~SmartPtr()
482 SmartPtr<T>& SmartPtr<T>::operator=(const SmartPtr<T>& rhs) in operator =()
496 SmartPtr<T>& SmartPtr<T>::operator=(const SmartPtr<U>& rhs) in operator =()
528 SmartPtr<T>& SmartPtr<T>::SetFromSmartPtr_(const SmartPtr<T>& rhs) in SetFromSmartPtr_()
[all …]
/dports/www/suphp/suphp-0.7.2/src/
H A DSmartPtr.hpp38 class SmartPtr { class
50 SmartPtr();
60 SmartPtr(const SmartPtr<T>& ref);
65 ~SmartPtr();
70 const SmartPtr& operator=(const SmartPtr<T>& ref);
114 suPHP::SmartPtr<T>::SmartPtr() { in SmartPtr() function in suPHP::suPHP::SmartPtr
122 suPHP::SmartPtr<T>::SmartPtr(T* obj_ptr) { in SmartPtr() function in suPHP::suPHP::SmartPtr
131 suPHP::SmartPtr<T>::SmartPtr(const SmartPtr<T>& ref) { in SmartPtr() function in suPHP::suPHP::SmartPtr
141 suPHP::SmartPtr<T>::~SmartPtr() { in ~SmartPtr()
151 const SmartPtr<T>& suPHP::SmartPtr<T>::operator=( in operator =()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/build/clang-plugin/tests/
H A DTestNoRefcountedInsideLambdas.cpp11 struct SmartPtr { struct
23 SmartPtr<R> sp; in foo() argument
124 SmartPtr<R> sp; in b()
131 std::function<void(SmartPtr<R>)>([&](SmartPtr<R> argsp) { in b()
143 std::function<void(SmartPtr<R>)>([&](SmartPtr<R> argsp) { in b()
155 std::function<void(SmartPtr<R>)>([=](SmartPtr<R> argsp) { in b()
167 std::function<void(SmartPtr<R>)>([=](SmartPtr<R> argsp) { in b()
179 std::function<void(SmartPtr<R>)>([sp](SmartPtr<R> argsp) { in b()
191 std::function<void(SmartPtr<R>)>([sp](SmartPtr<R> argsp) { in b()
203 std::function<void(SmartPtr<R>)>([&sp](SmartPtr<R> argsp) { in b()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/build/clang-plugin/tests/
H A DTestNoRefcountedInsideLambdas.cpp17 struct SmartPtr { struct
18 SmartPtr();
33 SmartPtr<R> sp; in foo() argument
141 std::function<void(SmartPtr<R>)>([&](SmartPtr<R> argsp) { in b()
153 std::function<void(SmartPtr<R>)>([&](SmartPtr<R> argsp) { in b()
165 std::function<void(SmartPtr<R>)>([=](SmartPtr<R> argsp) { in b()
177 std::function<void(SmartPtr<R>)>([=](SmartPtr<R> argsp) { in b()
189 std::function<void(SmartPtr<R>)>([sp](SmartPtr<R> argsp) { in b()
201 std::function<void(SmartPtr<R>)>([sp](SmartPtr<R> argsp) { in b()
213 std::function<void(SmartPtr<R>)>([&sp](SmartPtr<R> argsp) { in b()
[all …]
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/mathmlsvg/
H A DSMS.hh35 SMS(const SmartPtr<class AbstractLogger>&, const SmartPtr<MathView>&,
41 typedef std::vector<SmartPtr<Value> > HandlerArgs;
48 bool asLocation(const SmartPtr<Value>&, SmartPtr<Location>&) const;
51 bool asPair(const SmartPtr<Value>&, Point&) const;
55 SmartPtr<Value> evalExpr(class Scanner&);
72 SmartPtr<Value> fun_x(const HandlerArgs&) const;
73 SmartPtr<Value> fun_y(const HandlerArgs&) const;
80 SmartPtr<Value> fun_add(const HandlerArgs&) const;
96 SmartPtr<class AbstractLogger> logger;
97 SmartPtr<MathView> view;
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/build/clang-plugin/tests/
H A DTestNoRefcountedInsideLambdas.cpp11 struct SmartPtr { struct
12 SmartPtr();
27 SmartPtr<R> sp; in foo() argument
135 std::function<void(SmartPtr<R>)>([&](SmartPtr<R> argsp) { in b()
147 std::function<void(SmartPtr<R>)>([&](SmartPtr<R> argsp) { in b()
159 std::function<void(SmartPtr<R>)>([=](SmartPtr<R> argsp) { in b()
171 std::function<void(SmartPtr<R>)>([=](SmartPtr<R> argsp) { in b()
183 std::function<void(SmartPtr<R>)>([sp](SmartPtr<R> argsp) { in b()
195 std::function<void(SmartPtr<R>)>([sp](SmartPtr<R> argsp) { in b()
207 std::function<void(SmartPtr<R>)>([&sp](SmartPtr<R> argsp) { in b()
[all …]

12345678910>>...57