Searched refs:EstimateWorkSizeForQR (Results 1 – 3 of 3) sorted by relevance
66 static int EstimateWorkSizeForQR(int num_rows, int num_cols);
115 int LAPACK::EstimateWorkSizeForQR(int num_rows, int num_cols) { in EstimateWorkSizeForQR() function in ceres::internal::LAPACK
98 LAPACK::EstimateWorkSizeForQR(lhs_.rows(), lhs_.cols()); in SolveUsingLAPACK()