Home
last modified time | relevance | path

Searched refs:c_cache_ (Results 1 – 5 of 5) sorted by relevance

/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/Algorithm/
H A DIpOrigIpoptNLP.cpp40 c_cache_(1), in OrigIpoptNLP()
174 c_cache_.Clear(); in Initialize()
195 c_cache_.InvalidateResult(deps, sdeps); in Initialize()
548 if (!c_cache_.GetCachedResult1Dep(retValue, GetRawPtr(dep))) { in c()
550 c_cache_.AddCachedResult1Dep(retValue, GetRawPtr(dep)); in c()
554 if (!c_cache_.GetCachedResult1Dep(retValue, x)) { in c()
571 c_cache_.AddCachedResult1Dep(retValue, x); in c()
H A DIpOrigIpoptNLP.hpp352 CachedResults<SmartPtr<const Vector> > c_cache_; member in Ipopt::OrigIpoptNLP
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Optimizers/src/IpOpt/
H A DIpOrigIpoptNLP.cpp30 c_cache_(1), in OrigIpoptNLP()
131 c_cache_.InvalidateResult(deps, sdeps); in Initialize()
454 if (!c_cache_.GetCachedResult1Dep(retValue, GetRawPtr(dep))) { in c()
456 c_cache_.AddCachedResult1Dep(retValue, GetRawPtr(dep)); in c()
460 if (!c_cache_.GetCachedResult1Dep(retValue, x)) { in c()
470 c_cache_.AddCachedResult1Dep(retValue, x); in c()
H A DIpOrigIpoptNLP.hpp301 CachedResults<SmartPtr<const Vector> > c_cache_; member in SimTKIpopt::OrigIpoptNLP
/dports/math/gravity/Gravity-da941e9/thirdparty/Ipopt/include/coin-or/
H A DIpOrigIpoptNLP.hpp405 CachedResults<SmartPtr<const Vector> > c_cache_; member in Ipopt::OrigIpoptNLP