Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Dlapack.cc76 return LINEAR_SOLVER_FATAL_ERROR; in SolveInPlaceUsingCholesky()
90 return LINEAR_SOLVER_FATAL_ERROR; in SolveInPlaceUsingCholesky()
107 return LINEAR_SOLVER_FATAL_ERROR; in SolveInPlaceUsingCholesky()
157 return LINEAR_SOLVER_FATAL_ERROR; in SolveInPlaceUsingQR()
Dsuitesparse.cc275 return LINEAR_SOLVER_FATAL_ERROR; in Cholesky()
278 return LINEAR_SOLVER_FATAL_ERROR; in Cholesky()
281 return LINEAR_SOLVER_FATAL_ERROR; in Cholesky()
284 return LINEAR_SOLVER_FATAL_ERROR; in Cholesky()
300 return LINEAR_SOLVER_FATAL_ERROR; in Cholesky()
306 return LINEAR_SOLVER_FATAL_ERROR; in Cholesky()
309 return LINEAR_SOLVER_FATAL_ERROR; in Cholesky()
Dsparse_normal_cholesky_solver.cc133 summary.termination_type = LINEAR_SOLVER_FATAL_ERROR; in SolveImplUsingEigen()
190 summary.termination_type = LINEAR_SOLVER_FATAL_ERROR; in SolveImplUsingEigen()
230 summary.termination_type = LINEAR_SOLVER_FATAL_ERROR; in SolveImplUsingCXSparse()
291 summary.termination_type = LINEAR_SOLVER_FATAL_ERROR; in SolveImplUsingCXSparse()
312 summary.termination_type = LINEAR_SOLVER_FATAL_ERROR; in SolveImplUsingSuiteSparse()
351 summary.termination_type = LINEAR_SOLVER_FATAL_ERROR; in SolveImplUsingSuiteSparse()
Dschur_complement_solver.cc278 summary.termination_type = LINEAR_SOLVER_FATAL_ERROR; in SolveReducedLinearSystemUsingSuiteSparse()
337 summary.termination_type = LINEAR_SOLVER_FATAL_ERROR; in SolveReducedLinearSystemUsingSuiteSparse()
385 summary.termination_type = LINEAR_SOLVER_FATAL_ERROR; in SolveReducedLinearSystemUsingCXSparse()
418 summary.termination_type = LINEAR_SOLVER_FATAL_ERROR; in SolveReducedLinearSystemUsingCXSparse()
441 summary.termination_type = LINEAR_SOLVER_FATAL_ERROR; in SolveReducedLinearSystemUsingEigen()
490 summary.termination_type = LINEAR_SOLVER_FATAL_ERROR; in SolveReducedLinearSystemUsingEigen()
Dlevenberg_marquardt_strategy.cc109 if (linear_solver_summary.termination_type == LINEAR_SOLVER_FATAL_ERROR) { in ComputeStep()
Dlinear_solver.h69 LINEAR_SOLVER_FATAL_ERROR enumerator
Diterative_schur_complement_solver.cc171 cg_summary.termination_type != LINEAR_SOLVER_FATAL_ERROR) { in SolveImpl()
Ddogleg_strategy.cc138 if (linear_solver_summary.termination_type == LINEAR_SOLVER_FATAL_ERROR) { in ComputeStep()
586 if (linear_solver_summary.termination_type == LINEAR_SOLVER_FATAL_ERROR) { in ComputeGaussNewtonStep()
Dvisibility_based_preconditioner.cc376 if (status == LINEAR_SOLVER_FATAL_ERROR) { in UpdateImpl()
452 : LINEAR_SOLVER_FATAL_ERROR; in Factorize()
Dtrust_region_minimizer.cc304 if (strategy_summary.termination_type == LINEAR_SOLVER_FATAL_ERROR) { in Minimize()