DistancesOnTorus: Distances between matched points on a torus

Description Usage Arguments Value

View source: R/MatchingPP.R

Description

Output of distances on torus between points in two patterns (auxiliary function)

Usage

1
DistancesOnTorus(dimension, linear.system.size, coords.1, coords.2)

Arguments

dimension

Dimension of the simulation box

linear.system.size

Linear system size L of the simulation box

coords.1

Matrix with coordinates of points in 1st pattern (each row stores the coordinates of one point)

coords.2

Matrix with coordinates of points in 2nd pattern (each row stores the coordinates of one point)

Value

Vector of distances, each row corresponds to the distances of the corresponding rows in coords.1 and coords.2


michael-klatt/matchingpp documentation built on May 29, 2019, 3:06 a.m.