Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

cgraph (version 3.0.1)

mul_grad_y: Multiply Gradient

Description

Calculate the gradient of x * y with respect to y.

Arguments

x

numeric vector or array, value of x.

y

numeric vector or array, value of y.

val

numeric vector or array, value of x * y.

grad

numeric vector or array, gradient of y.

Value

numeric vector or array, gradient of the operation.