Revision 4d37ecce6b3f6a5469d23eeba965d7de2f5ca70f authored by Björn Böttcher on 13 September 2018, 14:20:06 UTC, committed by cran-robot on 13 September 2018, 14:20:06 UTC
1 parent 441d15d
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 computation}
\usage{
fastdist(x)
}
\arguments{
\item{x}{the vector for which the distanc matrix is computed}
}
\description{
fast euclidean distance matrix computation
}
\examples{
#require(microbenchmark)
#x = rnorm(100)
#microbenchmark(fastdist(as.matrix(x)),as.matrix(dist(x)))
}
Computing file changes ...