mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 00:50:37 +08:00
Correct spelling in comments and docs.
Change-Id: Iad9a0599d644d3b3cd54244edaf64d408cb1308e
This commit is contained in:
@@ -65,7 +65,7 @@ class SparseCholesky;
|
||||
//
|
||||
// E y + F z = b
|
||||
//
|
||||
// Where x = [y;z] is a partition of the variables. The paritioning
|
||||
// Where x = [y;z] is a partition of the variables. The partitioning
|
||||
// of the variables is such that, E'E is a block diagonal
|
||||
// matrix. Further, the rows of A are ordered so that for every
|
||||
// variable block in y, all the rows containing that variable block
|
||||
|
||||
Reference in New Issue
Block a user