mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Lint and other cleanups from William Rucklidge
Change-Id: I7fb23c2db85f0f121204560b79f1966f3d584431
This commit is contained in:
@@ -42,7 +42,8 @@
|
||||
namespace ceres {
|
||||
namespace internal {
|
||||
|
||||
ImplicitSchurComplement::ImplicitSchurComplement(const LinearSolver::Options& options)
|
||||
ImplicitSchurComplement::ImplicitSchurComplement(
|
||||
const LinearSolver::Options& options)
|
||||
: options_(options),
|
||||
D_(NULL),
|
||||
b_(NULL) {
|
||||
|
||||
Reference in New Issue
Block a user