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.
2 parents 1143e93 + cbe15d6 commit f017294Copy full SHA for f017294
Project.toml
@@ -1,7 +1,7 @@
1
name = "RecursiveFactorization"
2
uuid = "f2c3362d-daeb-58d1-803e-2bc74f2840b4"
3
authors = ["Yingbo Ma <mayingbo5@gmail.com>"]
4
-version = "0.2.0"
+version = "0.2.1"
5
6
[deps]
7
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
src/RecursiveFactorization.jl
@@ -2,4 +2,6 @@ module RecursiveFactorization
include("./lu.jl")
+lu!(rand(2,2))
+
end # module
0 commit comments