Skip to content

Commit f017294

Browse files
authored
Merge pull request #29 from ChrisRackauckas/cache
Force RecursiveFactorization to cache a bunch of precompiles
2 parents 1143e93 + cbe15d6 commit f017294

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "RecursiveFactorization"
22
uuid = "f2c3362d-daeb-58d1-803e-2bc74f2840b4"
33
authors = ["Yingbo Ma <[email protected]>"]
4-
version = "0.2.0"
4+
version = "0.2.1"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

src/RecursiveFactorization.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ module RecursiveFactorization
22

33
include("./lu.jl")
44

5+
lu!(rand(2,2))
6+
57
end # module

0 commit comments

Comments
 (0)