Learn R Programming

CDSS (version 0.3-0)

cdss_binary_matrix_product: Compute a binary matrix product

Description

cdss_binary_matrix_product expects two binary matrices and computes there Boolean product.

Usage

cdss_binary_matrix_product(m, n)

Value

Boolean matrix product of m and n

Arguments

m

Binary matrix

n

Binary matrix

See Also

Other Utility functions: cdss_close_ar(), cdss_reduce_sf()