19 lines
591 B
Markdown
19 lines
591 B
Markdown
[linalg.conj.intro]
|
|
|
|
# 29 Numerics library [[numerics]](./#numerics)
|
|
|
|
## 29.9 Basic linear algebra algorithms [[linalg]](linalg#conj.intro)
|
|
|
|
### 29.9.9 Conjugated in-place transformation [[linalg.conj]](linalg.conj#intro)
|
|
|
|
#### 29.9.9.1 Introduction [linalg.conj.intro]
|
|
|
|
[1](#1)
|
|
|
|
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/numerics.tex#L12756)
|
|
|
|
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[.](#1.sentence-1)
|