Skip to content

Commit 32f6415

Browse files
committed
Change last occurence of LinearAlgebra to GenericLinearAlgebra
1 parent 8c91a2c commit 32f6415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rectfullpacked.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import Base: \
44
import Base.LinAlg: BlasFloat
5-
import ..LinearAlgebra.LAPACK2: trttf!
5+
import ..GenericLinearAlgebra.LAPACK2: trttf!
66

77
struct HermitianRFP{T<:BlasFloat} <: AbstractMatrix{T}
88
data::Vector{T}

0 commit comments

Comments
 (0)