Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe committed May 17, 2024
1 parent 8555c99 commit af271c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _pyceres/factors/bindings.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ inline Eigen::MatrixXd SqrtInformation(const Eigen::MatrixXd& covariance) {
return covariance.inverse().llt().matrixL();
}

// Mahalanobis squared distance between two parameters.
class NormalError {
public:
explicit NormalError(const Eigen::MatrixXd& covariance)
Expand Down

0 comments on commit af271c4

Please sign in to comment.