From 908b5b1b536c03af6f106df487229e234041bb8f Mon Sep 17 00:00:00 2001 From: MaximSmolskiy Date: Sun, 16 Jul 2023 00:49:42 +0300 Subject: [PATCH] Fix type mismatch in documentation Change-Id: Ief4d6a5039ea7af6f0b318df5146abe804611ca3 --- docs/source/nnls_solving.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/nnls_solving.rst b/docs/source/nnls_solving.rst index 7f7340bea..159bff07a 100644 --- a/docs/source/nnls_solving.rst +++ b/docs/source/nnls_solving.rst @@ -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 CRSMatrix::values +.. member:: vector CRSMatrix::values :member:`CRSMatrix::values` contain as many entries as there are non-zeros in the matrix.