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)


polyCub documentation built on Oct. 25, 2023, 5:07 p.m.