mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Replace NULL by nullptr
Change-Id: I200a40678091b984a01635d8637a487b7ad5cc13
This commit is contained in:
@@ -92,8 +92,8 @@ class CERES_EXPORT CostFunction {
|
||||
// jacobians[i][r*parameter_block_size_[i] + c] =
|
||||
// d residual[r] / d parameters[i][c]
|
||||
//
|
||||
// If jacobians is NULL, then no derivatives are returned; this is
|
||||
// the case when computing cost only. If jacobians[i] is NULL, then
|
||||
// If jacobians is nullptr, then no derivatives are returned; this is
|
||||
// the case when computing cost only. If jacobians[i] is nullptr, then
|
||||
// the jacobian block corresponding to the i'th parameter block must
|
||||
// not to be returned.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user