mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Fix type mismatch in documentation
Change-Id: Ief4d6a5039ea7af6f0b318df5146abe804611ca3
This commit is contained in:
@@ -2083,7 +2083,7 @@ b. ``linear_solver_type = SPARSE_SCHUR/DENSE_SCHUR/ITERATIVE_SCHUR``
|
||||
For each row ``i``, ``cols[rows[i]]`` ... ``cols[rows[i + 1] - 1]``
|
||||
are the indices of the non-zero columns of row ``i``.
|
||||
|
||||
.. member:: vector<int> CRSMatrix::values
|
||||
.. member:: vector<double> CRSMatrix::values
|
||||
|
||||
:member:`CRSMatrix::values` contain as many entries as there are
|
||||
non-zeros in the matrix.
|
||||
|
||||
Reference in New Issue
Block a user