R/Outer.R

Defines functions Outer

Documented in Outer

#[export]
Outer<-function(x,y,oper="*"){
	if(identical(oper,"%%")) oper<-"%"
	.Call(Rfast_Outer,x,y,oper)
}

Try the Rfast package in your browser

Any scripts or data that you put into this service are public.

Rfast documentation built on Nov. 9, 2023, 5:06 p.m.