You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mutable struct NFFTToeplitzNormalOp{T,D,W, vecT <:AbstractVector{T}, matT <:AbstractArray{T, D}, P <:AbstractFFTs.Plan, IP <:AbstractFFTs.Plan} <:AbstractLinearOperator{T}
84
-
nrow ::Int
85
-
ncol ::Int
86
-
symmetric ::Bool
87
-
hermitian ::Bool
88
-
prod! ::Function
89
-
tprod! ::Nothing
90
-
ctprod! ::Nothing
80
+
mutable struct NFFTToeplitzNormalOp{T, vecT <:AbstractVector{T}, D,W, matT <:AbstractArray{T, D}, P <:AbstractFFTs.Plan, IP <:AbstractFFTs.Plan} <:AbstractLinearOperator{T}
81
+
constnrow ::Int
82
+
constncol ::Int
83
+
constsymmetric ::Bool
84
+
consthermitian ::Bool
85
+
constprod! ::Function
86
+
consttprod! ::Nothing
87
+
constctprod! ::Nothing
91
88
nprod ::Int
92
89
ntprod ::Int
93
90
nctprod ::Int
94
-
args5 ::Bool
95
-
use_prod5! ::Bool
96
-
allocated5 ::Bool
97
-
Mv5 ::vecT
98
-
Mtu5 ::vecT
91
+
Mv ::vecT
92
+
Mtu ::vecT
99
93
shape::NTuple{D,Int}
100
94
weights::W
101
95
fftplan ::P
@@ -105,7 +99,7 @@ mutable struct NFFTToeplitzNormalOp{T,D,W, vecT <: AbstractVector{T}, matT <: Ab
0 commit comments