Skip to content

Commit

Permalink
Merge pull request #1 from DynareJulia/dev
Browse files Browse the repository at this point in the history
Initial project setup and `faa_di_bruno!` tests
  • Loading branch information
Omar-Elrefaei authored Apr 3, 2023
2 parents 5a66984 + 73c219d commit 093ad55
Show file tree
Hide file tree
Showing 8 changed files with 179 additions and 257 deletions.
1 change: 1 addition & 0 deletions .JuliaFormatter.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
style = "sciml"
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
*~
*.jl.cov
*.jl.*.cov
*.jl.mem

docs/build/
docs/site/

Manifest.toml
5 changes: 5 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ name = "KOrderPerturbations"
uuid = "469b1a10-d817-41b3-9228-c19fbf63afb5"
authors = ["MichelJuillard <[email protected]>"]
version = "0.1.0"

[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
KroneckerTools = "7e59e93b-e0cb-42c7-aa95-426cb754d61e"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Loading

0 comments on commit 093ad55

Please sign in to comment.