Fix type mismatch in documentation

Change-Id: Ief4d6a5039ea7af6f0b318df5146abe804611ca3
This commit is contained in:
MaximSmolskiy
2023-07-16 00:49:42 +03:00
parent 75bacedf7d
commit 908b5b1b53
+1 -1
View File
@@ -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.