Skip to content

Commit

Permalink
Remove unused convert in pardiso (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
KnutAM authored Apr 22, 2024
1 parent e454053 commit 5feb7e5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Pardiso.jl
Original file line number Diff line number Diff line change
Expand Up @@ -355,11 +355,7 @@ function pardiso(ps::AbstractPardisoSolver, X::StridedVecOrMat{Tv}, A::SparseMat
end

N = size(A, 2)

AA = A.nzval
IA = convert(Vector{Int32}, A.colptr)
JA = convert(Vector{Int32}, A.rowval)


resize!(ps.perm, size(B, 1))

NRHS = size(B, 2)
Expand Down

0 comments on commit 5feb7e5

Please sign in to comment.