cg_crossprod {cgraph}R Documentation

Matrix Crossproduct

Description

Calculate crossprod(x, y).

Usage

cg_crossprod(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

crossprod


[Package cgraph version 4.0.3 Index]