Home
last modified time | relevance | path

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

/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Optimizers/src/IpOpt/
H A DIpIpoptCalculatedQuantities.hpp473 CachedResults< SmartPtr<const Vector> > curr_jac_c_times_vec_cache_; member in SimTKIpopt::IpoptCalculatedQuantities
H A DIpIpoptCalculatedQuantities.cpp78 curr_jac_c_times_vec_cache_(1), in IpoptCalculatedQuantities()
1248 if (!curr_jac_c_times_vec_cache_.GetCachedResult2Dep(result, *x, vec)) { in curr_jac_c_times_vec()
1252 curr_jac_c_times_vec_cache_.AddCachedResult2Dep(result, *x, vec); in curr_jac_c_times_vec()
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/Algorithm/
H A DIpIpoptCalculatedQuantities.hpp564 CachedResults< SmartPtr<const Vector> > curr_jac_c_times_vec_cache_; member in Ipopt::IpoptCalculatedQuantities
H A DIpIpoptCalculatedQuantities.cpp78 curr_jac_c_times_vec_cache_(1), in IpoptCalculatedQuantities()
1264 if (!curr_jac_c_times_vec_cache_.GetCachedResult2Dep(result, *x, vec)) { in curr_jac_c_times_vec()
1268 curr_jac_c_times_vec_cache_.AddCachedResult2Dep(result, *x, vec); in curr_jac_c_times_vec()
/dports/math/gravity/Gravity-da941e9/thirdparty/Ipopt/include/coin-or/
H A DIpIpoptCalculatedQuantities.hpp696 CachedResults<SmartPtr<const Vector> > curr_jac_c_times_vec_cache_; member in Ipopt::IpoptCalculatedQuantities