Searched refs:algorithm_type (Results 1 – 4 of 4) sorted by relevance
403 options.algorithm_type = SUITE_SPARSE_QR; in TEST_F()407 options.algorithm_type = DENSE_SVD; in TEST_F()410 options.algorithm_type = EIGEN_SPARSE_QR; in TEST_F()451 options.algorithm_type = SUITE_SPARSE_QR; in TEST_F()455 options.algorithm_type = DENSE_SVD; in TEST_F()458 options.algorithm_type = EIGEN_SPARSE_QR; in TEST_F()500 options.algorithm_type = SUITE_SPARSE_QR; in TEST_F()504 options.algorithm_type = DENSE_SVD; in TEST_F()507 options.algorithm_type = EIGEN_SPARSE_QR; in TEST_F()556 options.algorithm_type = SUITE_SPARSE_QR; in TEST_F()[all …]
380 switch (options_.algorithm_type) { in ComputeCovarianceValues()395 << CovarianceAlgorithmTypeToString(options_.algorithm_type); in ComputeCovarianceValues()
205 : algorithm_type(SUITE_SPARSE_QR), in Options()207 : algorithm_type(EIGEN_SPARSE_QR), in Options()248 CovarianceAlgorithmType algorithm_type; member
2283 .. member:: CovarianceAlgorithmType Covariance::Options::algorithm_type