Skip to content

Commit 8786c2e

Browse files
committed
add is_lazy_conjugate to README
1 parent 3a06a9c commit 8786c2e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,11 @@ For example, if `A isa Base.Matrix`, `offsets(A) === (StaticInt(1), StaticInt(1)
208208

209209
Is the function `f` whitelisted for `LoopVectorization.@avx`?
210210

211+
## `is_lazy_conjugate(A)`
212+
213+
Does the array `A` lazyily take complex conjugates of it's elements?
214+
215+
211216
# List of things to add
212217

213218
- https://github.com/JuliaLang/julia/issues/22216

0 commit comments

Comments
 (0)