import
This commit is contained in:
commit
76136dbc05
7 changed files with 303 additions and 0 deletions
21
Project.toml
Normal file
21
Project.toml
Normal file
|
@ -0,0 +1,21 @@
|
|||
name = "TaylorTest"
|
||||
uuid = "967b12e5-70be-421a-a124-e33167727e0a"
|
||||
authors = ["Gaspard Jankowiak <gaspard.jankowiak@uni-graz.at>"]
|
||||
version = "0.1.0"
|
||||
|
||||
[deps]
|
||||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
|
||||
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
|
||||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
||||
|
||||
[compat]
|
||||
LinearAlgebra = "1.11.0"
|
||||
SpecialFunctions = "2.5.0"
|
||||
TensorOperations = "5.1.3"
|
||||
Test = "1.11.0"
|
||||
|
||||
[extras]
|
||||
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
|
||||
|
||||
[targets]
|
||||
test = ["SpecialFunctions"]
|
Loading…
Add table
Add a link
Reference in a new issue