diff --git a/docs/domains/sparse_linear_algebra.rst b/docs/domains/sparse_linear_algebra.rst index c5da48be5..601f54c2d 100644 --- a/docs/domains/sparse_linear_algebra.rst +++ b/docs/domains/sparse_linear_algebra.rst @@ -40,7 +40,9 @@ Currently known limitations: - Using ``spmv`` with a ``type_view`` other than ``matrix_descr::general`` will throw an ``oneapi::mkl::unimplemented`` exception. -- The COO format requires the indices to be sorted by row. +- The COO format requires the indices to be sorted by row. See the `cuSPARSE + documentation + `_. Operation algorithms mapping