Skip to content

Commit 5bb5a25

Browse files
committed
harmless convenience or polydir
1 parent 4f05ad6 commit 5bb5a25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Polynomials.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ function polyder{T}(p::Poly{T}, order::Int=1)
353353
return Poly(a2, p.var)
354354
end
355355
end
356+
Base.ctranspose{T}(p::Poly{T}) = polyder(p)
356357

357358
polyint{T}(a::Array{Poly{T},1}, k::Number = 0) = [ polyint(p,k) for p in a ]
358359
polyder{T}(a::Array{Poly{T},1}, order::Int = 1) = [ polyder(p,order) for p in a ]

0 commit comments

Comments
 (0)