Searched refs:EIGEN_SPARSE (Results 1 - 9 of 9) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dschur_complement_solver_test.cc205 ComputeAndCompareSolutions(2, false, SPARSE_SCHUR, EIGEN, EIGEN_SPARSE, true);
206 ComputeAndCompareSolutions(2, true, SPARSE_SCHUR, EIGEN, EIGEN_SPARSE, true);
211 ComputeAndCompareSolutions(3, false, SPARSE_SCHUR, EIGEN, EIGEN_SPARSE, true);
212 ComputeAndCompareSolutions(3, true, SPARSE_SCHUR, EIGEN, EIGEN_SPARSE, true);
H A Dunsymmetric_linear_solver_test.cc225 options.sparse_linear_algebra_library_type = EIGEN_SPARSE;
234 options.sparse_linear_algebra_library_type = EIGEN_SPARSE;
243 options.sparse_linear_algebra_library_type = EIGEN_SPARSE;
H A Dsystem_test.cc532 CONFIGURE(SPARSE_SCHUR, EIGEN_SPARSE, kAutomaticOrdering, IDENTITY);
533 CONFIGURE(SPARSE_SCHUR, EIGEN_SPARSE, kUserOrdering, IDENTITY);
534 CONFIGURE(SPARSE_NORMAL_CHOLESKY, EIGEN_SPARSE, kAutomaticOrdering, IDENTITY);
535 CONFIGURE(SPARSE_NORMAL_CHOLESKY, EIGEN_SPARSE, kUserOrdering, IDENTITY);
H A Dtypes.cc99 CASESTR(EIGEN_SPARSE);
111 STRENUM(EIGEN_SPARSE);
H A Dreorder_program.cc382 sparse_linear_algebra_library_type != EIGEN_SPARSE) {
396 if (sparse_linear_algebra_library_type == EIGEN_SPARSE) {
H A Dsparse_normal_cholesky_solver.cc110 case EIGEN_SPARSE:
135 "SPARSE_NORMAL_CHOLESKY cannot be used with EIGEN_SPARSE "
H A Dschur_complement_solver.cc258 case EIGEN_SPARSE:
443 "SPARSE_SCHUR cannot be used with EIGEN_SPARSE. "
/external/ceres-solver/include/ceres/
H A Dsolver.h107 // SUITE_SPARSE > CX_SPARSE > EIGEN_SPARSE
115 sparse_linear_algebra_library_type = EIGEN_SPARSE;
H A Dtypes.h160 EIGEN_SPARSE enumerator in enum:ceres::SparseLinearAlgebraLibraryType

Completed in 1626 milliseconds