Learn R Programming

cgraph (version 3.0.1)

cg_matmul: Matrix Multiplication

Description

Calculate x %*% y.

Usage

cg_matmul(x, y, name = NULL)

Arguments

x

cg.node, placeholder for a numeric matrix.

y

cg.node, placeholder for a numeric matrix.

name

character scalar, name of the operation (optional).

Value

cg.node, node of the operation.

See Also

matmult