From 96b30890d61c52b31a88bb616faa80f1e198193c Mon Sep 17 00:00:00 2001 From: "romain.biessy" Date: Mon, 2 Sep 2024 11:22:24 +0200 Subject: [PATCH] Clarify diag_view can be set with spsv --- .../elements/oneMKL/source/domains/spblas/operations/spsv.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/elements/oneMKL/source/domains/spblas/operations/spsv.rst b/source/elements/oneMKL/source/domains/spblas/operations/spsv.rst index e0b8a04a83..61201c3301 100644 --- a/source/elements/oneMKL/source/domains/spblas/operations/spsv.rst +++ b/source/elements/oneMKL/source/domains/spblas/operations/spsv.rst @@ -294,7 +294,8 @@ spsv A_view Specifies which part of the handle should be read as described by :ref:`onemkl_sparse_matrix_view`. The ``type_view`` field must be - ``matrix_descr::triangular``. + ``matrix_descr::triangular``. The ``diag_view`` field can be + ``diag::nonunit`` or ``diag::unit``. A_handle Sparse matrix handle object representing :math:`A`.