cg_matmul {cgraph} | R Documentation |
Calculate x %*% y
.
cg_matmul(x, y, name = NULL)
x |
either a cg_node object or a numeric matrix. |
y |
either a cg_node object or a numeric matrix. |
name |
character scalar, name of the operation (optional). |
cg_operator object, node of the operation.
Ron Triepels