| commit | 0c52f1e29b7a4b45894dc59245c29f369d7eeac2 | [log] [tgz] |
|---|---|---|
| author | Sameer Agarwal <sameeragarwal@google.com> | Mon Sep 17 11:30:14 2012 -0700 |
| committer | Sameer Agarwal <sameeragarwal@google.com> | Mon Sep 17 11:40:03 2012 -0700 |
| tree | a162eeb4b292a71c6b2c0a4cfea08d2bab5854f4 | |
| parent | 91c9bfee3393706d513429d33bf994e4cb85878c [diff] [blame] |
LinearSolver::Options::num_eliminate_blocks is dead. Replaced with LinearSolver::Options::elimination_groups. Change-Id: I7c07542ec19279a35ddf6da498d417a79395c77f
diff --git a/internal/ceres/implicit_schur_complement_test.cc b/internal/ceres/implicit_schur_complement_test.cc index f948403..bd36672 100644 --- a/internal/ceres/implicit_schur_complement_test.cc +++ b/internal/ceres/implicit_schur_complement_test.cc
@@ -83,7 +83,7 @@ const int num_schur_rows = blhs.num_rows(); LinearSolver::Options options; - options.num_eliminate_blocks = num_eliminate_blocks_; + options.elimination_groups.push_back(num_eliminate_blocks_); options.type = DENSE_SCHUR; scoped_ptr<SchurEliminatorBase> eliminator(