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

  /external/ceres-solver/internal/ceres/
schur_complement_solver_test.cc 191 ComputeAndCompareSolutions(2, false, SPARSE_SCHUR, EIGEN, CX_SPARSE, true);
192 ComputeAndCompareSolutions(2, true, SPARSE_SCHUR, EIGEN, CX_SPARSE, true);
197 ComputeAndCompareSolutions(3, false, SPARSE_SCHUR, EIGEN, CX_SPARSE, true);
198 ComputeAndCompareSolutions(3, true, SPARSE_SCHUR, EIGEN, CX_SPARSE, true);
unsymmetric_linear_solver_test.cc 175 options.sparse_linear_algebra_library_type = CX_SPARSE;
184 options.sparse_linear_algebra_library_type = CX_SPARSE;
types.cc 98 CASESTR(CX_SPARSE);
109 STRENUM(CX_SPARSE);
327 if (type == CX_SPARSE) {
system_test.cc 298 CONFIGURE(SPARSE_NORMAL_CHOLESKY, CX_SPARSE, kAutomaticOrdering);
503 CONFIGURE(SPARSE_SCHUR, CX_SPARSE, kAutomaticOrdering, IDENTITY);
504 CONFIGURE(SPARSE_SCHUR, CX_SPARSE, kUserOrdering, IDENTITY);
sparse_normal_cholesky_solver.cc 83 case CX_SPARSE:
schur_complement_solver.cc 249 case CX_SPARSE:
solver_impl.cc     [all...]
solver_impl_test.cc 603 options.sparse_linear_algebra_library_type = CX_SPARSE;
    [all...]
  /external/ceres-solver/include/ceres/
types.h 126 CX_SPARSE
solver.h 105 sparse_linear_algebra_library_type = CX_SPARSE;
403 // SUITE_SPARSE and CX_SPARSE are the valid choices, depending on
    [all...]

Completed in 139 milliseconds