29
Numerics library
[numerics]
29.9
Basic linear algebra algorithms
[linalg]
29.9.9
Conjugated in-place transformation
[linalg.conj]
29.9.9.1
Introduction
[linalg.conj.intro]
1
#
The
conjugated
function takes an
mdspan
x
, and returns a new read-only
mdspan
y
with the same domain as
x
, whose elements are the complex conjugates of the corresponding elements of
x
.