Returns a Variable -> Jacobian list for an expression that is constant in
all of its variables. Each Jacobian is the appropriate-shape zero
(a scalar 0 for scalar/scalar; a sparse zero matrix otherwise).
Usage
.constant_grad(expr)
Value
A list keyed by variable id (as character), each entry the zero
Jacobian.