Searched refs:new_num_rows (Results 1 – 2 of 2) sorted by relevance
214 void TripletSparseMatrix::Resize(int new_num_rows, int new_num_cols) { in Resize() argument215 if ((new_num_rows >= num_rows_) && (new_num_cols >= num_cols_)) { in Resize()216 num_rows_ = new_num_rows; in Resize()221 num_rows_ = new_num_rows; in Resize()
88 void Resize(int new_num_rows, int new_num_cols);