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
@from_rrule DefaultCtx Tuple{typeof(mul_reverse_AD!), Matrix{S}, AbstractMatrix{M}, AbstractMatrix{N}} where {S <:Real, M <:Real, N <:Real}
8
+
Mooncake.@from_rruleMooncake.DefaultCtx Tuple{typeof(MacroModelling.mul_reverse_AD!), Matrix{S}, AbstractMatrix{M}, AbstractMatrix{N}} where {S <:Real, M <:Real, N <:Real}
9
9
10
-
@from_rrule DefaultCtx Tuple{typeof(sparse_preallocated!), Matrix{T}} where {T <:Real} true
10
+
Mooncake.@from_rruleMooncake.DefaultCtx Tuple{typeof(MacroModelling.sparse_preallocated!), Matrix{T}} where {T <:Real} true
@from_rrule DefaultCtx Tuple{typeof(calculate_jacobian), Vector{M}, Vector{N}, ℳ} where {M <:AbstractFloat, N <:AbstractFloat}
16
+
Mooncake.@from_rruleMooncake.DefaultCtx Tuple{typeof(MacroModelling.calculate_jacobian), Vector{M}, Vector{N}, MacroModelling.ℳ} where {M <:AbstractFloat, N <:AbstractFloat}
17
17
18
-
@from_rrule DefaultCtx Tuple{typeof(calculate_hessian), Vector{M}, Vector{N}, ℳ} where {M <:AbstractFloat, N <:AbstractFloat}
18
+
Mooncake.@from_rruleMooncake.DefaultCtx Tuple{typeof(MacroModelling.calculate_hessian), Vector{M}, Vector{N}, MacroModelling.ℳ} where {M <:AbstractFloat, N <:AbstractFloat}
19
19
20
-
@from_rrule DefaultCtx Tuple{typeof(calculate_third_order_derivatives), Vector{M}, Vector{N}, ℳ} where {M <:AbstractFloat, N <:AbstractFloat}
20
+
Mooncake.@from_rruleMooncake.DefaultCtx Tuple{typeof(MacroModelling.calculate_third_order_derivatives), Vector{M}, Vector{N}, MacroModelling.ℳ} where {M <:AbstractFloat, N <:AbstractFloat}
21
21
22
-
@from_rrule DefaultCtx Tuple{typeof(get_NSSS_and_parameters), ℳ, Vector{S} where S <:AbstractFloat} true
22
+
Mooncake.@from_rruleMooncake.DefaultCtx Tuple{typeof(MacroModelling.get_NSSS_and_parameters), MacroModelling.ℳ, Vector{S} where S <:AbstractFloat} true
23
23
24
-
@from_rrule DefaultCtx Tuple{typeof(calculate_first_order_solution), Matrix{R}} where R <:AbstractFloattrue
24
+
Mooncake.@from_rruleMooncake.DefaultCtx Tuple{typeof(MacroModelling.calculate_first_order_solution), Matrix{R}} where R <:AbstractFloattrue
25
25
26
-
@from_rrule DefaultCtx Tuple{typeof(calculate_second_order_solution), AbstractMatrix{R}, SparseMatrixCSC{R}, AbstractMatrix{R}, second_order_auxilliary_matrices, caches} where R <:AbstractFloattrue
26
+
Mooncake.@from_rruleMooncake.DefaultCtx Tuple{typeof(MacroModelling.calculate_second_order_solution), AbstractMatrix{R}, SparseArrays.SparseMatrixCSC{R}, AbstractMatrix{R}, MacroModelling.second_order_auxilliary_matrices, MacroModelling.caches} where R <:AbstractFloattrue
27
27
28
-
@from_rrule DefaultCtx Tuple{typeof(calculate_second_order_solution), AbstractMatrix{R}, SparseMatrixCSC{R}, SparseMatrixCSC{R}, AbstractMatrix{R}, SparseMatrixCSC{R}, second_order_auxilliary_matrices, third_order_auxilliary_matrices, caches} where R <:AbstractFloattrue
28
+
Mooncake.@from_rruleMooncake.DefaultCtx Tuple{typeof(MacroModelling.calculate_second_order_solution), AbstractMatrix{R}, SparseArrays.SparseMatrixCSC{R}, SparseArrays.SparseMatrixCSC{R}, AbstractMatrix{R}, SparseArrays.SparseMatrixCSC{R}, MacroModelling.second_order_auxilliary_matrices, MacroModelling.third_order_auxilliary_matrices, MacroModelling.caches} where R <:AbstractFloattrue
29
29
30
-
@from_rrule DefaultCtx Tuple{typeof(solve_lyapunov_equation), AbstractMatrix{R}, AbstractMatrix{R}} where R <:AbstractFloattrue
30
+
Mooncake.@from_rruleMooncake.DefaultCtx Tuple{typeof(MacroModelling.solve_lyapunov_equation), AbstractMatrix{R}, AbstractMatrix{R}} where R <:AbstractFloattrue
31
31
32
-
@from_rrule DefaultCtx Tuple{typeof(solve_sylvester_equation), AbstractMatrix{R}, AbstractMatrix{R}, AbstractMatrix{R}} where R <:AbstractFloattrue
32
+
Mooncake.@from_rruleMooncake.DefaultCtx Tuple{typeof(MacroModelling.solve_sylvester_equation), AbstractMatrix{R}, AbstractMatrix{R}, AbstractMatrix{R}} where R <:AbstractFloattrue
0 commit comments