Skip to content

Commit 66f0301

Browse files
start adding bivariate gram
1 parent 2446237 commit 66f0301

File tree

5 files changed

+609
-3
lines changed

5 files changed

+609
-3
lines changed

Project.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ version = "0.17"
77
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
88
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
99
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
10+
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
11+
BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0"
1012
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
1113
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
1214
FastTransforms_jll = "34b6f7d7-08f9-5794-9e10-3819e4c7e49a"
@@ -17,12 +19,15 @@ Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
1719
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1820
RecurrenceRelationships = "807425ed-42ea-44d6-a357-6771516d7b2c"
1921
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
22+
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2023
ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"
2124

2225
[compat]
2326
AbstractFFTs = "1.0"
2427
ArrayLayouts = "1.10"
2528
BandedMatrices = "1.5"
29+
BlockArrays = "1"
30+
BlockBandedMatrices = "0.13"
2631
FFTW = "1.7"
2732
FastGaussQuadrature = "0.4, 0.5, 1"
2833
FastTransforms_jll = "0.6.2"
@@ -31,6 +36,7 @@ GenericFFT = "0.1"
3136
LazyArrays = "2.2"
3237
RecurrenceRelationships = "0.2"
3338
SpecialFunctions = "0.10, 1, 2"
39+
StaticArrays = "1.9"
3440
ToeplitzMatrices = "0.7.1, 0.8"
3541
julia = "1.7"
3642

0 commit comments

Comments
 (0)