We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7fbb6 commit 4fceb20Copy full SHA for 4fceb20
src/SweepOperator.jl
@@ -1,8 +1,8 @@
1
module SweepOperator
2
export sweep!
3
4
-AMat{T} = AbstractMatrix{T}
5
-AVec{T} = AbstractVector{T}
+const AMat = AbstractMatrix
+const AVec = AbstractVector
6
7
8
"""
0 commit comments