odot(timeslab)R Documentation

Form Outer Product of Two Vectors

Description

Form Outer Product of Two Vectors

Usage

odot(x,y)

Arguments

x A vector.
y A vector.

Value

odot returns an $ntimes n$ matrix that is the outer product of the vectors {x} and {y}.


[Package Contents]