cg_tcrossprod {cgraph}R Documentation

Transpose Matrix Crossproduct

Description

Calculate tcrossprod(x, y).

Usage

cg_tcrossprod(x, y = NULL, name = NULL)

Arguments

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).

Value

cg_operator object, node of the operation.

Author(s)

Ron Triepels

See Also

tcrossprod


[Package cgraph version 4.0.3 Index]