Skip to content

Commit 6d005f3

Browse files
authored
remove conj method (#969)
1 parent aa72f77 commit 6d005f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/linalg.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ end
5353
#--------------------------------------------------
5454
# Matrix algebra
5555

56-
# Transpose, conjugate, etc
57-
@inline conj(a::StaticArray) = map(conj, a)
56+
# Transpose, etc
5857
@inline transpose(m::StaticMatrix) = _transpose(Size(m), m)
5958
# note: transpose of StaticVector is a Transpose, handled by Base
6059
@inline transpose(a::Transpose{<:Any,<:Union{StaticVector,StaticMatrix}}) = a.parent

0 commit comments

Comments
 (0)