match_rows: for the fast detection of the full dependence structure

Description Usage Arguments Examples

View source: R/RcppExports.R

Description

Returns the row indicies of matrix A which match with B

Usage

1
match_rows(A, B)

Arguments

A

matrix

B

matrix whose rows are subset of A

Examples

1
2
3
# A = t(utils::combn(10,3))
# B = A[sort(sample.int(nrow(A),10)),]
# match_rows(A,B)

multivariance documentation built on Oct. 6, 2021, 5:08 p.m.