R/Functions.r
pair.index.Rd
Used to reduce array dimensions by replacing A(x,y,z) by A*(x,pair.index(y,z))
pair.index(u, v)
positive integer scalar
positive integer scalar
integer scalar
pair.index(11,17)
#> [1] 131
pair.index(2,12)
#> [1] 57