OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DENSE_SVD
(Results
1 - 5
of
5
) sorted by null
/external/ceres-solver/include/ceres/
covariance.h
206
: algorithm_type(
DENSE_SVD
),
218
// 1.
DENSE_SVD
uses Eigen's JacobiSVD to perform the
290
// 1.
DENSE_SVD
323
// When using
DENSE_SVD
, the user has more control in dealing with
types.h
392
DENSE_SVD
,
/external/ceres-solver/internal/ceres/
covariance_test.cc
410
options.algorithm_type =
DENSE_SVD
;
458
options.algorithm_type =
DENSE_SVD
;
507
options.algorithm_type =
DENSE_SVD
;
563
options.algorithm_type =
DENSE_SVD
;
604
options.algorithm_type =
DENSE_SVD
;
612
options.algorithm_type =
DENSE_SVD
;
708
options.algorithm_type =
DENSE_SVD
;
types.cc
263
CASESTR(
DENSE_SVD
);
275
STRENUM(
DENSE_SVD
);
covariance_impl.cc
395
case (
DENSE_SVD
):
Completed in 512 milliseconds