Skip to content

Commit

Permalink
Clarify diag_view can be set with spsv
Browse files Browse the repository at this point in the history
  • Loading branch information
Rbiessy committed Sep 2, 2024
1 parent b3eb26b commit 96b3089
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 96b3089

Please sign in to comment.