Home
last modified time | relevance | path

Searched refs:y_c_ext_space_ (Results 1 – 2 of 2) sorted by relevance

/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/Algorithm/
H A DIpLowRankSSAugSystemSolver.cpp57 y_c_ext_space_ = NULL; in InitializeImpl()
166 y_c_ext_space_->MakeNewCompoundVector(true); in Solve()
170 y_c_ext_space_->MakeNewCompoundVector(true); in Solve()
254 DBG_ASSERT(IsNull(y_c_ext_space_)); in UpdateExtendedData()
255 y_c_ext_space_ = new CompoundVectorSpace(2, proto_rhs_c.Dim()+max_rank_); in UpdateExtendedData()
256 y_c_ext_space_->SetCompSpace(0, *proto_rhs_c.OwnerSpace()); in UpdateExtendedData()
259 y_c_ext_space_->SetCompSpace(1, *D_c_rank_space); in UpdateExtendedData()
260 D_c_ext_ = y_c_ext_space_->MakeNewCompoundVector(true); in UpdateExtendedData()
H A DIpLowRankSSAugSystemSolver.hpp181 SmartPtr<CompoundVectorSpace> y_c_ext_space_; member in Ipopt::LowRankSSAugSystemSolver