OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EstimateWorkSizeForQR
(Results
1 - 3
of
3
) sorted by null
/external/ceres-solver/internal/ceres/
lapack.h
58
static int
EstimateWorkSizeForQR
(int num_rows, int num_cols);
69
// by calling
EstimateWorkSizeForQR
.
lapack.cc
94
int LAPACK::
EstimateWorkSizeForQR
(int num_rows, int num_cols) {
dense_qr_solver.cc
97
LAPACK::
EstimateWorkSizeForQR
(lhs_.rows(), lhs_.cols());
Completed in 287 milliseconds