diff --git a/source/elements/oneMKL/source/domains/spblas/operations/spmv.rst b/source/elements/oneMKL/source/domains/spblas/operations/spmv.rst index 9a2bb6f8f5..b080c580fc 100644 --- a/source/elements/oneMKL/source/domains/spblas/operations/spmv.rst +++ b/source/elements/oneMKL/source/domains/spblas/operations/spmv.rst @@ -294,7 +294,9 @@ spmv Specifies which part of the handle should be read as described by :ref:`onemkl_sparse_matrix_view`. The ``type_view`` field cannot be ``matrix_descr::diagonal``. The ``diag_view`` field can be ``diag::unit`` - if and only if ``type_view`` is ``matrix_descr::triangular``. + if and only if ``type_view`` is ``matrix_descr::triangular``. The + ``type_view`` field cannot be ``matrix_descr::symmetric`` nor + ``matrix_descr::hermitian`` if ``opA`` is ``transpose::conjtrans``. A_handle Sparse matrix handle object representing :math:`A`.