dotprod: Dot/Scalar Product of Two Vectors

dotprodR Documentation

Dot/Scalar Product of Two Vectors

Description

This is nothing else than sum(x*y).

Usage

dotprod(x, y)

Arguments

x, y

numeric vectors (of compatible lengths).

Value

sum(x*y)


bastistician/polyCub documentation built on Feb. 3, 2024, 5:41 p.m.