From Jason Turner

[linalg.conj.intro]

Diff to HTML by rtfpessoa

tmp/tmpybakjq8a/{from.md → to.md} RENAMED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ #### Introduction <a id="linalg.conj.intro">[[linalg.conj.intro]]</a>
2
+
3
+ The `conjugated` function takes an `mdspan` `x`, and returns a new
4
+ read-only `mdspan` `y` with the same domain as `x`, whose elements are
5
+ the complex conjugates of the corresponding elements of `x`.
6
+