zdd_crossproduct: zdd_crossproduct

Description Usage Arguments Value Examples

View source: R/zdd_crossproduct.R

Description

zdd_crossproduct

Usage

1
zdd_crossproduct(zddP, zddQ)

Arguments

zddP

a zdd list object

zddQ

a zdd list object

Value

a zdd list object that is the crossproduct of the two input zdds

Examples

1
2
3
zdd_crossproduct(zdd(2L), zdd(3L))
zdd(2L) * zdd(3L)
(zdd(1L)|zdd(2L)|zdd(3L)) * (zdd(3L)|zdd(4L)|zdd(5L))

jordagaman/zddr documentation built on June 29, 2021, 4:23 a.m.