HomeSort by relevance Sort by last modified time
    Searched refs:EIGEN_SPARSE (Results 1 - 9 of 9) sorted by null

  /external/ceres-solver/internal/ceres/
schur_complement_solver_test.cc 205 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);
unsymmetric_linear_solver_test.cc 225 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;
system_test.cc 532 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);
types.cc 99 CASESTR(EIGEN_SPARSE);
111 STRENUM(EIGEN_SPARSE);
reorder_program.cc 382 sparse_linear_algebra_library_type != EIGEN_SPARSE) {
396 if (sparse_linear_algebra_library_type == EIGEN_SPARSE) {
sparse_normal_cholesky_solver.cc 110 case EIGEN_SPARSE:
135 "SPARSE_NORMAL_CHOLESKY cannot be used with EIGEN_SPARSE "
schur_complement_solver.cc 258 case EIGEN_SPARSE:
443 "SPARSE_SCHUR cannot be used with EIGEN_SPARSE. "
  /external/ceres-solver/include/ceres/
solver.h 107 // SUITE_SPARSE > CX_SPARSE > EIGEN_SPARSE
115 sparse_linear_algebra_library_type = EIGEN_SPARSE;
    [all...]
types.h 160 EIGEN_SPARSE

Completed in 1747 milliseconds