mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
clang-formated source
Change-Id: Ia15a55ae053e38d19e1fe7bbc6e452f5d0d1d3ed
This commit is contained in:
@@ -329,7 +329,7 @@ bool OptionsAreValidForCgnr(const Solver::Options& options, string* error) {
|
||||
|
||||
if (options.preconditioner_type == SUBSET) {
|
||||
if (options.sparse_linear_algebra_library_type == CUDA_SPARSE) {
|
||||
*error =
|
||||
*error =
|
||||
"Can't use CGNR with preconditioner_type = SUBSET when "
|
||||
"sparse_linear_algebra_library_type = CUDA_SPARSE.";
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user