Home
last modified time | relevance | path

Searched refs:EIGEN_SPARSE (Results 1 – 10 of 10) sorted by relevance

/external/ceres-solver/internal/ceres/
Dschur_complement_solver_test.cc205 ComputeAndCompareSolutions(2, false, SPARSE_SCHUR, EIGEN, EIGEN_SPARSE, true); in TEST_F()
206 ComputeAndCompareSolutions(2, true, SPARSE_SCHUR, EIGEN, EIGEN_SPARSE, true); in TEST_F()
211 ComputeAndCompareSolutions(3, false, SPARSE_SCHUR, EIGEN, EIGEN_SPARSE, true); in TEST_F()
212 ComputeAndCompareSolutions(3, true, SPARSE_SCHUR, EIGEN, EIGEN_SPARSE, true); in TEST_F()
Dunsymmetric_linear_solver_test.cc225 options.sparse_linear_algebra_library_type = EIGEN_SPARSE; in TEST_F()
234 options.sparse_linear_algebra_library_type = EIGEN_SPARSE; in TEST_F()
243 options.sparse_linear_algebra_library_type = EIGEN_SPARSE; in TEST_F()
Dsystem_test.cc532 CONFIGURE(SPARSE_SCHUR, EIGEN_SPARSE, kAutomaticOrdering, IDENTITY); in TEST()
533 CONFIGURE(SPARSE_SCHUR, EIGEN_SPARSE, kUserOrdering, IDENTITY); in TEST()
534 CONFIGURE(SPARSE_NORMAL_CHOLESKY, EIGEN_SPARSE, kAutomaticOrdering, IDENTITY); in TEST()
535 CONFIGURE(SPARSE_NORMAL_CHOLESKY, EIGEN_SPARSE, kUserOrdering, IDENTITY); in TEST()
Dtypes.cc99 CASESTR(EIGEN_SPARSE); in SparseLinearAlgebraLibraryTypeToString()
111 STRENUM(EIGEN_SPARSE); in StringToSparseLinearAlgebraLibraryType()
Dreorder_program.cc382 sparse_linear_algebra_library_type != EIGEN_SPARSE) { in ReorderProgramForSparseNormalCholesky()
396 if (sparse_linear_algebra_library_type == EIGEN_SPARSE) { in ReorderProgramForSparseNormalCholesky()
Dsparse_normal_cholesky_solver.cc110 case EIGEN_SPARSE: in SolveImpl()
Dschur_complement_solver.cc258 case EIGEN_SPARSE: in SolveReducedLinearSystem()
/external/ceres-solver/include/ceres/
Dtypes.h160 EIGEN_SPARSE enumerator
Dsolver.h115 sparse_linear_algebra_library_type = EIGEN_SPARSE; in Options()
/external/ceres-solver/docs/source/
Dsolving.rst1222 setting this parameter to ``EIGEN_SPARSE``.
1239 building Ceres with support for ``EIGEN_SPARSE`` will result in an
1244 library to use ``EIGEN_SPARSE``.