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