HomeSort by relevance Sort by last modified time
    Searched refs:EstimateWorkSizeForQR (Results 1 - 3 of 3) sorted by null

  /external/ceres-solver/internal/ceres/
lapack.h 66 static int EstimateWorkSizeForQR(int num_rows, int num_cols);
77 // by calling EstimateWorkSizeForQR.
lapack.cc 115 int LAPACK::EstimateWorkSizeForQR(int num_rows, int num_cols) {
dense_qr_solver.cc 98 LAPACK::EstimateWorkSizeForQR(lhs_.rows(), lhs_.cols());

Completed in 55 milliseconds