Home
last modified time | relevance | path

Searched refs:EstimateWorkSizeForQR (Results 1 – 3 of 3) sorted by relevance

/external/ceres-solver/internal/ceres/
Dlapack.h66 static int EstimateWorkSizeForQR(int num_rows, int num_cols);
Dlapack.cc115 int LAPACK::EstimateWorkSizeForQR(int num_rows, int num_cols) { in EstimateWorkSizeForQR() function in ceres::internal::LAPACK
Ddense_qr_solver.cc98 LAPACK::EstimateWorkSizeForQR(lhs_.rows(), lhs_.cols()); in SolveUsingLAPACK()