glossary.tex (897B)
1 \newglossaryentry{hessian-vector-product}{ 2 name={Hessian-vector product}, 3 description={is the concept of multiplying a Hessian with a vector} 4 } 5 \newglossaryentry{hvp}{ 6 name={HVP}, 7 description={is the specific memory-efficient JAX implementation of the Hessian-vector product} 8 } 9 \newglossaryentry{gvp}{ 10 name={GVP}, 11 description={is the specific memory-efficient JAX implementation of the Generalised-Gauss-Newton-vector product} 12 } 13 \newglossaryentry{pdf}{ 14 name={PDF}, 15 description={is the probability density function of a distribution} 16 } 17 \newglossaryentry{cdf}{ 18 name={CDF}, 19 description={is the cumulative density function of a distribution} 20 } 21 22 % Glossary entries (used in text with e.g. \acrfull{fpsLabel} or \acrshort{fpsLabel}) 23 % \newacronym[longplural={Frames per Second}]{fpsLabel}{FPS}{Frame per Second} 24 % \newacronym[longplural={Tables of Contents}]{tocLabel}{TOC}{Table of Contents}