add handling of nonallocating functions, add plot option

This commit is contained in:
Gaspard Jankowiak 2025-02-12 11:04:26 +01:00
commit 3b80b8c720
4 changed files with 62 additions and 8 deletions

View file

@ -7,12 +7,14 @@ version = "0.1.2"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
[compat]
LinearAlgebra = "1.11.0"
SpecialFunctions = "2.5.0"
TensorOperations = "5.1.3"
Test = "1.11.0"
UnicodePlots = "3.7.2"
[extras]
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"