Home | History | Annotate | Download | only in ceres

Lines Matching refs:num_rows

70     int num_rows,
79 int n = num_rows;
115 int LAPACK::EstimateWorkSizeForQR(int num_rows, int num_cols) {
126 &num_rows,
130 &num_rows,
132 &num_rows,
148 int num_rows,
160 int m = num_rows;
163 int lda = num_rows;
164 int ldb = num_rows;