From 859c821c98523255e3d1338fea1fbd104bb65164 Mon Sep 17 00:00:00 2001 From: Roy Date: Thu, 5 Dec 2024 17:08:30 -0500 Subject: [PATCH] typo: change h to g --- docs/src/understanding_mooncake/algorithmic_differentiation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/understanding_mooncake/algorithmic_differentiation.md b/docs/src/understanding_mooncake/algorithmic_differentiation.md index 1409bcfcc..7be819302 100644 --- a/docs/src/understanding_mooncake/algorithmic_differentiation.md +++ b/docs/src/understanding_mooncake/algorithmic_differentiation.md @@ -204,7 +204,7 @@ g\left(\mathcal{B}_{f\left(X\right)}U,V\right) & =h\left(U,\mathcal{A}_{X}V\righ & =h\left(U,V^{T}X+X^{T}V\right),\\ & =\text{tr}\left(U^{T}\left(V^{T}X+X^{T}V\right)\right),\\ & =\text{tr}\left(V^{T}XU^{T}\right)+\text{tr}\left(U^{T}X^{T}V\right),\\ - & =g\left(V,XU^{T}\right)+h\left(U^{T}X^{T},V\right),\\ + & =g\left(V,XU^{T}\right)+g\left(U^{T}X^{T},V\right),\\ & =g\left(XU^{T}+XU,V\right), \end{align*} ```