Home
last modified time | relevance | path

Searched refs:EIGEN (Results 1 – 13 of 13) sorted by relevance

/external/ceres-solver/internal/ceres/
Dschur_complement_solver_test.cc139 ComputeAndCompareSolutions(2, false, DENSE_SCHUR, EIGEN, SUITE_SPARSE, true); in TEST_F()
140 ComputeAndCompareSolutions(2, true, DENSE_SCHUR, EIGEN, SUITE_SPARSE, true); in TEST_F()
144 ComputeAndCompareSolutions(3, false, DENSE_SCHUR, EIGEN, SUITE_SPARSE, true); in TEST_F()
145 ComputeAndCompareSolutions(3, true, DENSE_SCHUR, EIGEN, SUITE_SPARSE, true); in TEST_F()
164 2, false, SPARSE_SCHUR, EIGEN, SUITE_SPARSE, false); in TEST_F()
165 ComputeAndCompareSolutions(2, true, SPARSE_SCHUR, EIGEN, SUITE_SPARSE, false); in TEST_F()
170 ComputeAndCompareSolutions(2, false, SPARSE_SCHUR, EIGEN, SUITE_SPARSE, true); in TEST_F()
171 ComputeAndCompareSolutions(2, true, SPARSE_SCHUR, EIGEN, SUITE_SPARSE, true); in TEST_F()
177 3, false, SPARSE_SCHUR, EIGEN, SUITE_SPARSE, false); in TEST_F()
178 ComputeAndCompareSolutions(3, true, SPARSE_SCHUR, EIGEN, SUITE_SPARSE, false); in TEST_F()
[all …]
Dtypes.cc118 CASESTR(EIGEN); in DenseLinearAlgebraLibraryTypeToString()
129 STRENUM(EIGEN); in StringToDenseLinearAlgebraLibraryType()
347 if (type == EIGEN) { in IsDenseLinearAlgebraLibraryTypeAvailable()
Dunsymmetric_linear_solver_test.cc136 options.dense_linear_algebra_library_type = EIGEN; in TEST_F()
142 options.dense_linear_algebra_library_type = EIGEN; in TEST_F()
Dlinear_solver.h98 dense_linear_algebra_library_type(EIGEN), in Options()
Ddense_normal_cholesky_solver.cc57 if (options_.dense_linear_algebra_library_type == EIGEN) { in SolveImpl()
Ddense_qr_solver.cc57 if (options_.dense_linear_algebra_library_type == EIGEN) { in SolveImpl()
Dschur_complement_solver.cc136 if (options().dense_linear_algebra_library_type == EIGEN) { in SolveReducedLinearSystem()
Dsolver.cc379 dense_linear_algebra_library_type(EIGEN), in Summary()
/external/ceres-solver/include/ceres/
Dtypes.h164 EIGEN, enumerator
Dsolver.h103 dense_linear_algebra_library_type = EIGEN; in Options()
/external/ceres-solver/docs/source/
Dsolving.rst1200 Default:``EIGEN``
1203 dense matrix factorizations. Currently ``EIGEN`` and ``LAPACK`` are
1204 the valid choices. ``EIGEN`` is always available, ``LAPACK`` refers
1210 ``EIGEN`` is a fine choice but for large problems, an optimized
Dbuilding.rst185 Dense linear algebra library EIGEN
Dtutorial.rst404 Dense linear algebra library EIGEN