outerProduct

outerProduct
(
Ta
Tb
uint Da
uint Db
)
(
in Vector!(Ta, Da) a
,
in Vector!(Tb, Db) b
)
if (
Da >= 1 &&
Db >= 1
)

Return Value

Type: auto

Outer-Product of Two Vectors a and b.

Meta