cg_linear: Linear Transformation
Description
Calculate x %*% y + c(z)
.
Usage
cg_linear(x, y, z, name = NULL)
Arguments
x
either a cg_node object or a numerical matrix.
y
either a cg_node object or a numerical matrix.
z
either a cg_node object or a numerical vector.
name
character scalar, name of the operation (optional).