Home | History | Annotate | Download | only in ceres

Lines Matching refs:num_rows

66 int LAPACK::SolveInPlaceUsingCholesky(int num_rows,
74 int n = num_rows;
94 int LAPACK::EstimateWorkSizeForQR(int num_rows, int num_cols) {
105 &num_rows,
109 &num_rows,
111 &num_rows,
121 int LAPACK::SolveUsingQR(int num_rows,
132 int m = num_rows;
135 int lda = num_rows;
136 int ldb = num_rows;