cg_tcrossprod {cgraph} | R Documentation |
Calculate tcrossprod(x, y)
.
cg_tcrossprod(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