From 8c27276f5199d64f6af8fc1cdeeb4e62d0843839 Mon Sep 17 00:00:00 2001 From: Seth Axen Date: Tue, 19 Jan 2021 21:34:44 -0800 Subject: [PATCH] Push header to same level as rules --- src/rulesets/LinearAlgebra/matfun.jl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/rulesets/LinearAlgebra/matfun.jl b/src/rulesets/LinearAlgebra/matfun.jl index 87d5d371f..2b909ac89 100644 --- a/src/rulesets/LinearAlgebra/matfun.jl +++ b/src/rulesets/LinearAlgebra/matfun.jl @@ -11,7 +11,9 @@ # (f^*)_Y(ΔY) = (f_*)_{A'}(ΔY) # So we reuse the code from the pushforward to implement the pullback. -# interface function definitions +##### +##### interface function definitions +##### """ _matfun(f, A) -> (Y, intermediates)