Skip to content

Commit e1bd108

Browse files
authored
don't specialize real/imag (#334)
1 parent f2ae0cd commit e1bd108

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/banded/BandedMatrix.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -736,11 +736,6 @@ end
736736

737737
diag(A::BandedMatrix, k::Integer = 0) = A[band(k)]
738738

739-
for OP in (:real, :imag)
740-
@eval $OP(A::BandedMatrix) = _BandedMatrix($OP(A.data),A.raxis,A.l,A.u)
741-
end
742-
743-
744739
## BandedSubBandedMatrix routines
745740

746741
# gives the band which is diagonal for the parent

0 commit comments

Comments
 (0)