Searched defs:CRSMatrix (Results 1 – 1 of 1) sorted by relevance
42 struct CERES_EXPORT CRSMatrix { struct43 CRSMatrix() : num_rows(0), num_cols(0) {} in CRSMatrix() argument45 int num_rows;46 int num_cols;77 vector<int> cols;78 vector<int> rows;79 vector<double> values;