Learn R Programming

cgraph (version 3.0.1)

linear_grad_z: Linear Transformation Gradient

Description

Calculate the gradient of linear(x, y, z) with respect to z.

Arguments

x

numeric matrix, value of x.

y

numeric matrix, value of y.

val

numeric matrix, value of linear(x, y, z).

grad

numeric matrix, gradient of z.

Value

numeric matrix, gradient of the operation.