cg_linear: Linear Transformation

Description Usage Arguments Value Note Author(s)

View source: R/array.R

Description

Calculate x %*% y + c(z).

Usage

1
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).

Value

cg_operator object.

Note

This function is deprecated and will be removed in the next major release. Please use function cg_linear1 instead.

Author(s)

Ron Triepels


triepels/cgraph documentation built on April 24, 2020, 12:58 a.m.