khatri_rao: Khatri-Rao Product

Description Usage Arguments Value Note See Also Examples

View source: R/rTensor_Misc.R

Description

Returns the Khatri-Rao (column-wise Kronecker) product of two matrices. If the inputs are vectors then this is the same as the Kronecker product.

Usage

1
khatri_rao(x, y)

Arguments

x

first matrix

y

second matrix

Value

matrix that is the Khatri-Rao product

Note

The number of columns must match in the two inputs.

See Also

kronecker, khatri_rao_list

Examples

1

Example output

[1] 9 4

rTensor documentation built on May 15, 2021, 9:06 a.m.