ff2nC: A function generates an index matrix

Description Usage Arguments Value Examples

View source: R/RcppExports.R

Description

A function generates an index matrix

Usage

1
ff2nC(p)

Arguments

p

the dimension of the matrix, p shouldn't be large

Value

a 2^s*s index matrix filled with 0 and 1

Examples

1
2
3
4
5
## Not run: 
Index <- ff2n(3)
print(Index)

## End(Not run)

matheming/StatComp21081 documentation built on Dec. 23, 2021, 11:10 p.m.