OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:algorithm_type
(Results
1 - 3
of
3
) sorted by null
/external/ceres-solver/include/ceres/
covariance.h
205
:
algorithm_type
(SUITE_SPARSE_QR),
207
:
algorithm_type
(EIGEN_SPARSE_QR),
248
CovarianceAlgorithmType
algorithm_type
;
member in struct:ceres::Covariance::Options
/external/ceres-solver/internal/ceres/
covariance_test.cc
403
options.
algorithm_type
= SUITE_SPARSE_QR;
407
options.
algorithm_type
= DENSE_SVD;
410
options.
algorithm_type
= EIGEN_SPARSE_QR;
451
options.
algorithm_type
= SUITE_SPARSE_QR;
455
options.
algorithm_type
= DENSE_SVD;
458
options.
algorithm_type
= EIGEN_SPARSE_QR;
500
options.
algorithm_type
= SUITE_SPARSE_QR;
504
options.
algorithm_type
= DENSE_SVD;
507
options.
algorithm_type
= EIGEN_SPARSE_QR;
556
options.
algorithm_type
= SUITE_SPARSE_QR
[
all
...]
covariance_impl.cc
380
switch (options_.
algorithm_type
) {
395
<< CovarianceAlgorithmTypeToString(options_.
algorithm_type
);
Completed in 409 milliseconds