Revision a148f1f16b1aed5e55da85e3741b46f0a6899802 authored by Björn Böttcher on 10 December 2020, 14:50:03 UTC, committed by cran-robot on 10 December 2020, 14:50:03 UTC
1 parent 3026c20
fastdist.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/RcppExports.R
\name{fastdist}
\alias{fastdist}
\title{fast Euclidean distance matrix}
\usage{
fastdist(x)
}
\arguments{
\item{x}{matrix with sample rows for which the distance matrix is computed (to use with vectors, use \code{as.matrix(x)})}
}
\description{
fast Euclidean distance matrix
}
\examples{
#require(microbenchmark)
#x = rnorm(100)
#microbenchmark(fastdist(as.matrix(x)),as.matrix(dist(x)))
}
![swh spinner](/static/img/swh-spinner.gif)
Computing file changes ...