Searched refs:num_cols_e_ (Results 1 – 2 of 2) sorted by relevance
71 num_cols_e_ = 0; in PartitionedMatrixView()77 num_cols_e_ += block.size; in PartitionedMatrixView()83 CHECK_EQ(num_cols_e_ + num_cols_f_, matrix_.num_cols()); in PartitionedMatrixView()141 x + col_block_pos - num_cols_e_, in RightMultiplyF()156 x + col_block_pos - num_cols_e_, in RightMultiplyF()208 y + col_block_pos - num_cols_e_); in LeftMultiplyF()223 y + col_block_pos - num_cols_e_); in LeftMultiplyF()
132 virtual int num_cols_e() const { return num_cols_e_; } in num_cols_e()145 int num_cols_e_; variable