Home
last modified time | relevance | path

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

/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Optimizers/src/IpOpt/
H A DIpIpoptCalculatedQuantities.hpp465 CachedResults< SmartPtr<const Matrix> > curr_jac_c_cache_; member in SimTKIpopt::IpoptCalculatedQuantities
H A DIpIpoptCalculatedQuantities.cpp70 curr_jac_c_cache_(1), in IpoptCalculatedQuantities()
1180 if (!curr_jac_c_cache_.GetCachedResult1Dep(result, *x)) { in curr_jac_c()
1184 curr_jac_c_cache_.AddCachedResult1Dep(result, *x); in curr_jac_c()
1198 if (!curr_jac_c_cache_.GetCachedResult1Dep(result, *x)) { in trial_jac_c()
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/Algorithm/
H A DIpIpoptCalculatedQuantities.hpp556 CachedResults< SmartPtr<const Matrix> > curr_jac_c_cache_; member in Ipopt::IpoptCalculatedQuantities
H A DIpIpoptCalculatedQuantities.cpp70 curr_jac_c_cache_(1), in IpoptCalculatedQuantities()
1196 if (!curr_jac_c_cache_.GetCachedResult1Dep(result, *x)) { in curr_jac_c()
1200 curr_jac_c_cache_.AddCachedResult1Dep(result, *x); in curr_jac_c()
1214 if (!curr_jac_c_cache_.GetCachedResult1Dep(result, *x)) { in trial_jac_c()
/dports/math/gravity/Gravity-da941e9/thirdparty/Ipopt/include/coin-or/
H A DIpIpoptCalculatedQuantities.hpp688 CachedResults<SmartPtr<const Matrix> > curr_jac_c_cache_; member in Ipopt::IpoptCalculatedQuantities