dot: Compute the dot product between two vectors

View source: R/dot.R

dotR Documentation

Compute the dot product between two vectors

Description

Compute the dot product between two vectors

Usage

dot(vec1, vec2)

Arguments

vec1

A numeric vector

vec2

Another numeric vector

Value

A numeric

Examples

dot(c(0,1), c(1,0))

fuzzylink documentation built on Aug. 18, 2025, 5:29 p.m.