We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa72f77 commit 6d005f3Copy full SHA for 6d005f3
src/linalg.jl
@@ -53,8 +53,7 @@ end
53
#--------------------------------------------------
54
# Matrix algebra
55
56
-# Transpose, conjugate, etc
57
-@inline conj(a::StaticArray) = map(conj, a)
+# Transpose, etc
58
@inline transpose(m::StaticMatrix) = _transpose(Size(m), m)
59
# note: transpose of StaticVector is a Transpose, handled by Base
60
@inline transpose(a::Transpose{<:Any,<:Union{StaticVector,StaticMatrix}}) = a.parent
0 commit comments