FunctionalQuotient.gradient

property FunctionalQuotient.gradient

Gradient operator of the functional.

Notes

The derivative is computed using the quotient rule:

[\nabla (f / g)](p) = (g(p) [\nabla f](p) -
                        f(p) [\nabla g](p)) / g(p)^2