Home | History | Annotate | Download | only in ceres

Lines Matching refs:state_

100     state_ = x;
108 if (x != state_) {
109 memcpy(x, state_, sizeof(*state_) * size_);
114 const double* state() const { return state_; }
177 << ConstVectorRef(state_, Size()).transpose();
200 state_,
246 state_ = user_state_;
270 state_,
273 "for x: " << ConstVectorRef(state_, Size()).transpose();
280 << ConstVectorRef(state_, Size()).transpose()
299 mutable const double* state_;