Learn R Programming

cgraph (version 3.0.1)

linear_grad_y: Linear Transformation Gradient

Description

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

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 y.

Value

numeric matrix, gradient of the operation.