Skip to main content

builtin_crossprod

Function builtin_crossprod 

Source
fn builtin_crossprod(
    args: &[RValue],
    _: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

crossprod(x, y) = t(x) %*% y