fast_diss_vector: A fast algorithm of (squared) Euclidean cross-distance for...

View source: R/RcppExports.R

fast_diss_vectorR Documentation

A fast algorithm of (squared) Euclidean cross-distance for vectors written in C++

Description

A fast (parallel for linux) algorithm of (squared) Euclidean cross-distance for vectors written in C++

Usage

fast_diss_vector(X)

Arguments

X

a vector.

Details

used internally in ortho_projection

Value

a vector of distance (lower triangle of the distance matrix, stored by column)

Author(s)

Antoine Stevens


resemble documentation built on April 21, 2023, 1:13 a.m.