Skip to main content

eval_kronecker

Function eval_kronecker 

Source
pub fn eval_kronecker(left: &RValue, right: &RValue) -> Result<RValue, RError>
Expand description

Evaluate the %x% (Kronecker product) operator.

Called from ops.rs when the parser encounters A %x% B.