rcpparmabasic_test()
does not return a value, but displays a
message to the console.
rcpparmabasic_outerproduct()
returns a numeric matrix computed as the
outer (vector) product of x
.
rcpparmabasic_innerproduct()
returns a double computer as the inner
(vector) product of x
.
rcpparmabasic_bothproducts()
returns a list with both the outer and
inner products.