Skip to content

Commit b5ebdc8

Browse files
author
b-shi
authored
Add complex versions of syr, syr2, symv (#479)
1 parent 1c554b4 commit b5ebdc8

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

source/elements/oneMKL/source/domains/blas/symv.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ where:
3737
* - T
3838
* - ``float``
3939
* - ``double``
40+
* - ``std::complex<float>``
41+
* - ``std::complex<double>``
4042

4143
.. _onemkl_blas_symv_buffer:
4244

source/elements/oneMKL/source/domains/blas/syr.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ where:
3737
* - T
3838
* - ``float``
3939
* - ``double``
40+
* - ``std::complex<float>``
41+
* - ``std::complex<double>``
4042

4143
.. _onemkl_blas_syr_buffer:
4244

source/elements/oneMKL/source/domains/blas/syr2.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ where:
3737
* - T
3838
* - ``float``
3939
* - ``double``
40+
* - ``std::complex<float>``
41+
* - ``std::complex<double>``
4042

4143
.. _onemkl_blas_syr2_buffer:
4244

0 commit comments

Comments
 (0)