fastDistVV {resemble}R Documentation

A fast (parallel for linux) 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

fastDistVV(X, cores)

Arguments

X

a vector

Details

used internally in orthoProjection

Value

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

Author(s)

Antoine Stevens


[Package resemble version 1.2.2 Index]