We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed0d49 commit c0e0780Copy full SHA for c0e0780
src/LuxurySparse.jl
@@ -2,8 +2,9 @@ module LuxurySparse
2
3
using LinearAlgebra, SparseArrays, Random
4
using StaticArrays: SVector, SMatrix, SDiagonal, SArray
5
-using SparseArrays: SparseMatrixCSC
+import SparseArrays: SparseMatrixCSC
6
using SparseArrays.HigherOrderFns
7
+import Base: Matrix
8
using Base: @propagate_inbounds
9
using LinearAlgebra
10
import LinearAlgebra: Diagonal
0 commit comments