dist_ij_k: Vectorized version of dist_ij_k_

Description Usage Arguments Value Examples

Description

Convert ij indexes to k indexes for a dist object

Usage

1
dist_ij_k(i, j, size)

Arguments

i

row indexes

j

column indexes

size

value of size attribute of the dist object

Value

k indexes

Examples

1
dist_ij_k(1:3, 4:6, 10)

bigdist documentation built on May 1, 2019, 10:23 p.m.