crossdist: Computes the Euclidean distance between rows of two matrices

View source: R/RcppExports.R

crossdistR Documentation

Computes the Euclidean distance between rows of two matrices

Description

Computes the Euclidean distance between rows of two matrices

Usage

crossdist(x, y)

Arguments

x

First matrix

y

Second matrix

Value

Euclidean distance between rows of x and y


SLGP documentation built on Sept. 9, 2025, 5:25 p.m.