cg_subassign1: Subassign

Description Usage Arguments Value Note Author(s) See Also

View source: R/subset.R

Description

Calculate x[...] <- y.

Usage

1

Arguments

x

a cg_node object.

...

either cg_node objects or numerical scalars that are passed on to the `[<-` function.

y

either a cg_node or an array of a similar class as x.

name

character scalar, name of the operation (optional).

Value

cg_operator object.

Note

This operator is not differentiable with respect to the arguments provided to .... Any attempt to differentiate this operator with respect to these arguments results in an error.

Author(s)

Ron Triepels

See Also

subassign


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