Skip to content

Commit

Permalink
Disallow symmetric/hermitian matrices with conjtrans
Browse files Browse the repository at this point in the history
  • Loading branch information
Rbiessy committed Jun 6, 2024
1 parent 1fdd42d commit 471a11d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 471a11d

Please sign in to comment.