R/inprod.R

Defines functions inprod

Documented in inprod

inprod <-
function( v1, v2)
{
    sum( v1 * v2)
}

Try the CARrampsOcl package in your browser

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

CARrampsOcl documentation built on May 2, 2019, 3:27 a.m.