Skip to content

Commit 07532b2

Browse files
authored
remove eltype interface-piracy
1 parent 5fc5771 commit 07532b2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/solvers/cholmod.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -980,10 +980,6 @@ free!(A::Dense) = free!(pointer(A))
980980
free!(A::Sparse) = free!(pointer(A))
981981
free!(F::Factor) = free!(pointer(F))
982982

983-
eltype(::Type{Dense{T}}) where {T<:VTypes} = T
984-
eltype(::Type{Factor{T}}) where {T<:VTypes} = T
985-
eltype(::Type{Sparse{T}}) where {T<:VTypes} = T
986-
987983
nnz(F::Factor) = nnz(Sparse(F))
988984

989985
function show(io::IO, F::Factor)

0 commit comments

Comments
 (0)