File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
source/elements/oneMKL/source/domains/blas Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ her (Buffer Version)
115115 lower triangular part of the Hermitian matrix ``A `` if
116116 ``upper_lower ``\ \ =\ ``lower ``.
117117
118- The imaginary parts of the diagonal elements are set to zero.
118+ If `` alpha `` is zero, `` A `` matrix is unchanged, otherwise imaginary parts of the diagonal elements are set to zero.
119119
120120.. container :: section
121121
@@ -220,7 +220,7 @@ her (USM Version)
220220 lower triangular part of the Hermitian matrix ``A `` if
221221 ``upper_lower ``\ \=\ ``lower ``.
222222
223- The imaginary parts of the diagonal elements are set to zero.
223+ If `` alpha `` is zero, `` A `` matrix is unchanged, otherwise imaginary parts of the diagonal elements are set to zero.
224224
225225.. container :: section
226226
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ her2 (Buffer Version)
124124 lower triangular part of the Hermitian matrix ``A `` if
125125 ``upper_lower ``\ \=\ ``lower ``.
126126
127- The imaginary parts of the diagonal elements are set to zero.
127+ If `` alpha `` is zero, `` A `` matrix is unchanged, otherwise imaginary parts of the diagonal elements are set to zero.
128128
129129.. container :: section
130130
@@ -242,7 +242,7 @@ her2 (USM Version)
242242 lower triangular part of the Hermitian matrix ``A `` if
243243 ``upper_lower ``\ \=\ ``lower ``.
244244
245- The imaginary parts of the diagonal elements are set to zero.
245+ If `` alpha `` is zero, `` A `` matrix is unchanged, otherwise imaginary parts of the diagonal elements are set to zero.
246246
247247.. container :: section
248248
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ hpr (Buffer Version)
112112 triangular part of the Hermitian matrix ``A `` if
113113 ``upper_lower ``\ \=\ ``lower ``.
114114
115- The imaginary parts of the diagonal elements are set to zero.
115+ If `` alpha `` is zero, `` A `` matrix is unchanged, otherwise imaginary parts of the diagonal elements are set to zero.
116116
117117.. container :: section
118118
@@ -215,7 +215,7 @@ hpr (USM Version)
215215 triangular part of the Hermitian matrix ``A `` if
216216 ``upper_lower ``\ \=\ ``lower ``.
217217
218- The imaginary parts of the diagonal elements are set to zero.
218+ If `` alpha `` is zero, `` A `` matrix is unchanged, otherwise imaginary parts of the diagonal elements are set to zero.
219219
220220.. container :: section
221221
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ hpr2 (Buffer Version)
121121 triangular part of the Hermitian matrix ``A `` if
122122 ``upper_lower ``\ \=\ ``lower ``.
123123
124- The imaginary parts of the diagonal elements are set to zero.
124+ If `` alpha `` is zero, `` A `` matrix is unchanged, otherwise imaginary parts of the diagonal elements are set to zero.
125125
126126.. container :: section
127127
@@ -237,7 +237,7 @@ hpr2 (USM Version)
237237 triangular part of the Hermitian matrix ``A `` if
238238 ``upper_lower ``\ \=\ ``lower ``.
239239
240- The imaginary parts of the diagonal elements are set to zero.
240+ If `` alpha `` is zero, `` A `` matrix is unchanged, otherwise imaginary parts of the diagonal elements are set to zero.
241241
242242.. container :: section
243243
You can’t perform that action at this time.
0 commit comments