euc_dist: Euclidean distance

View source: R/RcppExports.R

euc_distR Documentation

Euclidean distance

Description

This function computes the euclidean distance between two vectors.

Usage

euc_dist(a, b)

Arguments

a

A numeric vector.

b

Another numeric vector of the same length as a.

Value

The euclidean distance.


RprobitB documentation built on May 29, 2024, 7:59 a.m.