Searched refs:num_cols_e (Results 1 – 3 of 3) sorted by relevance
77 tmp_e_cols_.resize(A_->num_cols_e()); in Init()78 tmp_e_cols_2_.resize(A_->num_cols_e()); in Init()92 AddDiagonalAndInvert((D_ == NULL) ? NULL : D_ + A_->num_cols_e(), in Init()127 ConstVectorRef Dref(D_ + A_->num_cols_e(), num_cols()); in RightMultiply()169 const int num_cols_e = A_->num_cols_e(); in BackSubstitute() local194 VectorRef(y + num_cols_e, num_cols_f) = ConstVectorRef(x, num_cols_f); in BackSubstitute()209 Vector y2 = Vector::Zero(A_->num_cols_e()); in UpdateRhs()
78 EXPECT_EQ(pmv_->num_cols_e(), num_eliminate_blocks_); in TEST_F()85 Vector x1(pmv_->num_cols_e()); in TEST_F()89 for (int i = 0; i < pmv_->num_cols_e(); ++i) { in TEST_F()110 x2(i + pmv_->num_cols_e()) = x1(i); in TEST_F()131 Vector y1 = Vector::Zero(pmv_->num_cols_e()); in TEST_F()140 (i < pmv_->num_cols_e()) ? y1(i) : y2(i - pmv_->num_cols_e()), in TEST_F()
103 virtual int num_cols_e() const = 0;132 virtual int num_cols_e() const { return num_cols_e_; } in num_cols_e() function