Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Dimplicit_schur_complement.cc78 tmp_e_cols_2_.resize(A_->num_cols_e()); in Init()
117 tmp_e_cols_2_.setZero(); in RightMultiply()
119 tmp_e_cols_2_.data()); in RightMultiply()
120 tmp_e_cols_2_ *= -1.0; in RightMultiply()
123 A_->RightMultiplyE(tmp_e_cols_2_.data(), tmp_rows_.data()); in RightMultiply()
Dimplicit_schur_complement.h160 mutable Vector tmp_e_cols_2_; variable