Skip to content

Commit

Permalink
Push header to same level as rules
Browse files Browse the repository at this point in the history
  • Loading branch information
sethaxen committed Jan 20, 2021
1 parent 49df929 commit 8c27276
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/rulesets/LinearAlgebra/matfun.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8c27276

Please sign in to comment.