PowerSet: Build the power set of the values {0,1,2,...,'iK'}.

Description Usage Arguments Details Value Author(s) Examples

Description

Build the power set of the values {0,1,2,...,iK}.

Usage

1
    PowerSet(iK)

Arguments

iK

numeric an integer value indicating the end of the series {0,1,2,...,iK}.

Details

The function returns a list of numeric vectors with the indices representing all the 2^iK subsets. The empty subset {} is represented by the numeric(0) vector.

Value

, 4 An object of the class list.

Author(s)

Leopoldo Catania & Nima Nonejad

Examples

1
2

LeopoldoCatania/eDMA documentation built on May 8, 2019, 11:20 p.m.